Hex Color #BDBDB2 - Custom Color

Color Codes

HEX
#BDBDB2
RGB
rgb(189, 189, 178)
HSL
hsl(60, 8%, 72%)
CMYK
cmyk(0%, 0%, 6%, 26%)
HSV
hsv(60, 6%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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