Hex Color #BDBFB2 - Custom Color

Color Codes

HEX
#BDBFB2
RGB
rgb(189, 191, 178)
HSL
hsl(69, 9%, 72%)
CMYK
cmyk(1%, 0%, 7%, 25%)
HSV
hsv(69, 7%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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