Hex Color #EA6ABF - Custom Color
Color Codes
HEX
#EA6ABF
RGB
rgb(234, 106, 191)
HSL
hsl(320, 75%, 67%)
CMYK
cmyk(0%, 55%, 18%, 8%)
HSV
hsv(320, 55%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.87:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.31: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: #EA6ABF;
color: #EA6ABF;
border-color: #EA6ABF;
}
Tailwind CSS (with arbitrary values)
bg-[#EA6ABF]
text-[#EA6ABF]
border-[#EA6ABF]
// Example usage:
<div className="bg-[#EA6ABF]">