Hex Color #EB718C - Custom Color
Color Codes
HEX
#EB718C
RGB
rgb(235, 113, 140)
HSL
hsl(347, 75%, 68%)
CMYK
cmyk(0%, 52%, 40%, 8%)
HSV
hsv(347, 52%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.89:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.27: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: #EB718C;
color: #EB718C;
border-color: #EB718C;
}
Tailwind CSS (with arbitrary values)
bg-[#EB718C]
text-[#EB718C]
border-[#EB718C]
// Example usage:
<div className="bg-[#EB718C]">