Hex Color #CEB39C - Custom Color
Color Codes
HEX
#CEB39C
RGB
rgb(206, 179, 156)
HSL
hsl(28, 34%, 71%)
CMYK
cmyk(0%, 13%, 24%, 19%)
HSV
hsv(28, 24%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.99:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.55: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: #CEB39C;
color: #CEB39C;
border-color: #CEB39C;
}
Tailwind CSS (with arbitrary values)
bg-[#CEB39C]
text-[#CEB39C]
border-[#CEB39C]
// Example usage:
<div className="bg-[#CEB39C]">