Hex Color #B7CFB4 - Custom Color
Color Codes
HEX
#B7CFB4
RGB
rgb(183, 207, 180)
HSL
hsl(113, 22%, 76%)
CMYK
cmyk(12%, 0%, 13%, 19%)
HSV
hsv(113, 13%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.67:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.60: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: #B7CFB4;
color: #B7CFB4;
border-color: #B7CFB4;
}
Tailwind CSS (with arbitrary values)
bg-[#B7CFB4]
text-[#B7CFB4]
border-[#B7CFB4]
// Example usage:
<div className="bg-[#B7CFB4]">