Hex Color #EB1EAB - Custom Color
Color Codes
HEX
#EB1EAB
RGB
rgb(235, 30, 171)
HSL
hsl(319, 84%, 52%)
CMYK
cmyk(0%, 87%, 27%, 8%)
HSV
hsv(319, 87%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.96:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.31: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: #EB1EAB;
color: #EB1EAB;
border-color: #EB1EAB;
}
Tailwind CSS (with arbitrary values)
bg-[#EB1EAB]
text-[#EB1EAB]
border-[#EB1EAB]
// Example usage:
<div className="bg-[#EB1EAB]">