Hex Color #E87DEA - Custom Color

Color Codes

HEX
#E87DEA
RGB
rgb(232, 125, 234)
HSL
hsl(299, 72%, 70%)
CMYK
cmyk(1%, 47%, 0%, 8%)
HSV
hsv(299, 47%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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