Hex Color #BBB0BA - Custom Color

Color Codes

HEX
#BBB0BA
RGB
rgb(187, 176, 186)
HSL
hsl(305, 7%, 71%)
CMYK
cmyk(0%, 6%, 1%, 27%)
HSV
hsv(305, 6%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 2.09:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 10.03: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: #BBB0BA;
color: #BBB0BA;
border-color: #BBB0BA;
}

Tailwind CSS (with arbitrary values)

bg-[#BBB0BA]
text-[#BBB0BA]
border-[#BBB0BA]
// Example usage:
<div className="bg-[#BBB0BA]">