Hex Color #CE977D - Custom Color
Color Codes
HEX
#CE977D
RGB
rgb(206, 151, 125)
HSL
hsl(19, 45%, 65%)
CMYK
cmyk(0%, 27%, 39%, 19%)
HSV
hsv(19, 39%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.52:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.35: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: #CE977D;
color: #CE977D;
border-color: #CE977D;
}
Tailwind CSS (with arbitrary values)
bg-[#CE977D]
text-[#CE977D]
border-[#CE977D]
// Example usage:
<div className="bg-[#CE977D]">