Hex Color #AE40DF - Custom Color

Color Codes

HEX
#AE40DF
RGB
rgb(174, 64, 223)
HSL
hsl(282, 71%, 56%)
CMYK
cmyk(22%, 71%, 0%, 13%)
HSV
hsv(282, 71%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.60:1
Pass - 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: #AE40DF;
color: #AE40DF;
border-color: #AE40DF;
}

Tailwind CSS (with arbitrary values)

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