Hex Color #AE06DD - Custom Color

Color Codes

HEX
#AE06DD
RGB
rgb(174, 6, 221)
HSL
hsl(287, 95%, 45%)
CMYK
cmyk(21%, 97%, 0%, 13%)
HSV
hsv(287, 97%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.87: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: #AE06DD;
color: #AE06DD;
border-color: #AE06DD;
}

Tailwind CSS (with arbitrary values)

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