Hex Color #E10E63 - Custom Color
Color Codes
HEX
#E10E63
RGB
rgb(225, 14, 99)
HSL
hsl(336, 88%, 47%)
CMYK
cmyk(0%, 94%, 56%, 12%)
HSV
hsv(336, 94%, 88%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.72:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.44:1
Fail - 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: #E10E63;
color: #E10E63;
border-color: #E10E63;
}
Tailwind CSS (with arbitrary values)
bg-[#E10E63]
text-[#E10E63]
border-[#E10E63]
// Example usage:
<div className="bg-[#E10E63]">