Hex Color #CF876E - Custom Color
Color Codes
HEX
#CF876E
RGB
rgb(207, 135, 110)
HSL
hsl(15, 50%, 62%)
CMYK
cmyk(0%, 35%, 47%, 19%)
HSV
hsv(15, 47%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.86:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.34: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: #CF876E;
color: #CF876E;
border-color: #CF876E;
}
Tailwind CSS (with arbitrary values)
bg-[#CF876E]
text-[#CF876E]
border-[#CF876E]
// Example usage:
<div className="bg-[#CF876E]">