Hex Color #CFCBB5 - Custom Color
Color Codes
HEX
#CFCBB5
RGB
rgb(207, 203, 181)
HSL
hsl(51, 21%, 76%)
CMYK
cmyk(0%, 2%, 13%, 19%)
HSV
hsv(51, 13%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.63:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.86:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use black text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #CFCBB5;
color: #CFCBB5;
border-color: #CFCBB5;
}
Tailwind CSS (with arbitrary values)
bg-[#CFCBB5]
text-[#CFCBB5]
border-[#CFCBB5]
// Example usage:
<div className="bg-[#CFCBB5]">