Hex Color #B0B8BA - Custom Color

Color Codes

HEX
#B0B8BA
RGB
rgb(176, 184, 186)
HSL
hsl(192, 7%, 71%)
CMYK
cmyk(5%, 1%, 0%, 27%)
HSV
hsv(192, 5%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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