Hex Color #BBB2BE - Custom Color
Color Codes
HEX
#BBB2BE
RGB
rgb(187, 178, 190)
HSL
hsl(285, 8%, 72%)
CMYK
cmyk(2%, 6%, 0%, 25%)
HSV
hsv(285, 6%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.05:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 10.22: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: #BBB2BE;
color: #BBB2BE;
border-color: #BBB2BE;
}
Tailwind CSS (with arbitrary values)
bg-[#BBB2BE]
text-[#BBB2BE]
border-[#BBB2BE]
// Example usage:
<div className="bg-[#BBB2BE]">