Hex Color #CBE1BF - Custom Color
Color Codes
HEX
#CBE1BF
RGB
rgb(203, 225, 191)
HSL
hsl(99, 36%, 82%)
CMYK
cmyk(10%, 0%, 15%, 12%)
HSV
hsv(99, 15%, 88%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.39:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.06: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: #CBE1BF;
color: #CBE1BF;
border-color: #CBE1BF;
}
Tailwind CSS (with arbitrary values)
bg-[#CBE1BF]
text-[#CBE1BF]
border-[#CBE1BF]
// Example usage:
<div className="bg-[#CBE1BF]">