Hex Color #EA4ECC - Custom Color
Color Codes
HEX
#EA4ECC
RGB
rgb(234, 78, 204)
HSL
hsl(312, 79%, 61%)
CMYK
cmyk(0%, 67%, 13%, 8%)
HSV
hsv(312, 67%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.25:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.46:1
Pass - WCAG AA (Normal Text)
Fail - 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: #EA4ECC;
color: #EA4ECC;
border-color: #EA4ECC;
}
Tailwind CSS (with arbitrary values)
bg-[#EA4ECC]
text-[#EA4ECC]
border-[#EA4ECC]
// Example usage:
<div className="bg-[#EA4ECC]">