Hex Color #EAE0FF - Custom Color
Color Codes
HEX
#EAE0FF
RGB
rgb(234, 224, 255)
HSL
hsl(259, 100%, 94%)
CMYK
cmyk(8%, 12%, 0%, 0%)
HSV
hsv(259, 12%, 100%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.26:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 16.60:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #EAE0FF;
color: #EAE0FF;
border-color: #EAE0FF;
}
Tailwind CSS (with arbitrary values)
bg-[#EAE0FF]
text-[#EAE0FF]
border-[#EAE0FF]
// Example usage:
<div className="bg-[#EAE0FF]">