Hex Color #AE2EBE - Custom Color

Color Codes

HEX
#AE2EBE
RGB
rgb(174, 46, 190)
HSL
hsl(293, 61%, 46%)
CMYK
cmyk(8%, 76%, 0%, 25%)
HSV
hsv(293, 76%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 5.34:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 3.93:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #AE2EBE;
color: #AE2EBE;
border-color: #AE2EBE;
}

Tailwind CSS (with arbitrary values)

bg-[#AE2EBE]
text-[#AE2EBE]
border-[#AE2EBE]
// Example usage:
<div className="bg-[#AE2EBE]">