Hex Color #EE598C - Custom Color
Color Codes
HEX
#EE598C
RGB
rgb(238, 89, 140)
HSL
hsl(339, 81%, 64%)
CMYK
cmyk(0%, 63%, 41%, 7%)
HSV
hsv(339, 63%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.26:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.44: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: #EE598C;
color: #EE598C;
border-color: #EE598C;
}
Tailwind CSS (with arbitrary values)
bg-[#EE598C]
text-[#EE598C]
border-[#EE598C]
// Example usage:
<div className="bg-[#EE598C]">