Hex Color #E64AB0 - Custom Color
Color Codes
HEX
#E64AB0
RGB
rgb(230, 74, 176)
HSL
hsl(321, 76%, 60%)
CMYK
cmyk(0%, 68%, 23%, 10%)
HSV
hsv(321, 68%, 90%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.52:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.97: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: #E64AB0;
color: #E64AB0;
border-color: #E64AB0;
}
Tailwind CSS (with arbitrary values)
bg-[#E64AB0]
text-[#E64AB0]
border-[#E64AB0]
// Example usage:
<div className="bg-[#E64AB0]">