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