Hex Color #AE87FE - Custom Color

Color Codes

HEX
#AE87FE
RGB
rgb(174, 135, 254)
HSL
hsl(260, 98%, 76%)
CMYK
cmyk(31%, 47%, 0%, 0%)
HSV
hsv(260, 47%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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