Hex Color #B6BBBE - Custom Color

Color Codes

HEX
#B6BBBE
RGB
rgb(182, 187, 190)
HSL
hsl(203, 6%, 73%)
CMYK
cmyk(4%, 2%, 0%, 25%)
HSV
hsv(203, 4%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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