Hex Color #EA9CBA - Custom Color
Color Codes
HEX
#EA9CBA
RGB
rgb(234, 156, 186)
HSL
hsl(337, 65%, 76%)
CMYK
cmyk(0%, 33%, 21%, 8%)
HSV
hsv(337, 33%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.11:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.96: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: #EA9CBA;
color: #EA9CBA;
border-color: #EA9CBA;
}
Tailwind CSS (with arbitrary values)
bg-[#EA9CBA]
text-[#EA9CBA]
border-[#EA9CBA]
// Example usage:
<div className="bg-[#EA9CBA]">