Hex Color #CE796C - Custom Color
Color Codes
HEX
#CE796C
RGB
rgb(206, 121, 108)
HSL
hsl(8, 50%, 62%)
CMYK
cmyk(0%, 41%, 48%, 19%)
HSV
hsv(8, 48%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.19:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.58:1
Pass - WCAG AA (Normal Text)
Fail - 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: #CE796C;
color: #CE796C;
border-color: #CE796C;
}
Tailwind CSS (with arbitrary values)
bg-[#CE796C]
text-[#CE796C]
border-[#CE796C]
// Example usage:
<div className="bg-[#CE796C]">