Hex Color #CAB4BF - Custom Color
Color Codes
HEX
#CAB4BF
RGB
rgb(202, 180, 191)
HSL
hsl(330, 17%, 75%)
CMYK
cmyk(0%, 11%, 5%, 21%)
HSV
hsv(330, 11%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.95:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.79: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: #CAB4BF;
color: #CAB4BF;
border-color: #CAB4BF;
}
Tailwind CSS (with arbitrary values)
bg-[#CAB4BF]
text-[#CAB4BF]
border-[#CAB4BF]
// Example usage:
<div className="bg-[#CAB4BF]">