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