Hex Color #E29EEF - Custom Color

Color Codes

HEX
#E29EEF
RGB
rgb(226, 158, 239)
HSL
hsl(290, 72%, 78%)
CMYK
cmyk(5%, 34%, 0%, 6%)
HSV
hsv(290, 34%, 94%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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