Hex Color #EB6DAA - Custom Color
Color Codes
HEX
#EB6DAA
RGB
rgb(235, 109, 170)
HSL
hsl(331, 76%, 67%)
CMYK
cmyk(0%, 54%, 28%, 8%)
HSV
hsv(331, 54%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.88:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.30: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: #EB6DAA;
color: #EB6DAA;
border-color: #EB6DAA;
}
Tailwind CSS (with arbitrary values)
bg-[#EB6DAA]
text-[#EB6DAA]
border-[#EB6DAA]
// Example usage:
<div className="bg-[#EB6DAA]">