Hex Color #EC816F - Custom Color
Color Codes
HEX
#EC816F
RGB
rgb(236, 129, 111)
HSL
hsl(9, 77%, 68%)
CMYK
cmyk(0%, 45%, 53%, 7%)
HSV
hsv(9, 53%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.65:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.94: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: #EC816F;
color: #EC816F;
border-color: #EC816F;
}
Tailwind CSS (with arbitrary values)
bg-[#EC816F]
text-[#EC816F]
border-[#EC816F]
// Example usage:
<div className="bg-[#EC816F]">