Hex Color #AE83DD - Custom Color

Color Codes

HEX
#AE83DD
RGB
rgb(174, 131, 221)
HSL
hsl(269, 57%, 69%)
CMYK
cmyk(21%, 41%, 0%, 13%)
HSV
hsv(269, 41%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 7.09:1
Pass - WCAG AA (Normal Text)
Pass - 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: #AE83DD;
color: #AE83DD;
border-color: #AE83DD;
}

Tailwind CSS (with arbitrary values)

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