Silver (Neutral)
#BDB1BC
RGB: 189, 177, 188
Color OverviewHEX #BDB1BC

#BDB1BC Color Code Information

In the RGB color space, #BDB1BC is composed of 74% red, 69% green, and 74% blue. In the HSL color space, it has a hue of 305°, saturation of 8%, and lightness of 72%.

HEX
#BDB1BC
RGB
189, 177, 188
HSL
305°, 8%, 72%
HSV
305°, 6%, 74%
CMYK
0%, 6%, 1%, 26%
Name Match
Silver
Closest Standard

Shades of #BDB1BC (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #BDB1BC (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #BDB1BC (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #BDB1BC

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #BDB1BC Background
Contrast Ratio against Pure White (#FFFFFF):2.06 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BDB1BC Background
Contrast Ratio against Pure Black (#000000):10.18 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #BDB1BC;
}

.element {
  color: #BDB1BC;
  background-color: #BDB1BC;
  border-color: #BDB1BC;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#BDB1BC] text-[#BDB1BC] border-[#BDB1BC]">
  Content styled with #BDB1BC
</div>