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