Hex Color #E89CFE - Custom Color
Color Codes
HEX
#E89CFE
RGB
rgb(232, 156, 254)
HSL
hsl(287, 98%, 80%)
CMYK
cmyk(9%, 39%, 0%, 0%)
HSV
hsv(287, 39%, 100%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.98:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.62: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: #E89CFE;
color: #E89CFE;
border-color: #E89CFE;
}
Tailwind CSS (with arbitrary values)
bg-[#E89CFE]
text-[#E89CFE]
border-[#E89CFE]
// Example usage:
<div className="bg-[#E89CFE]">