Silver (Neutral)
#BDB7AF
RGB: 189, 183, 175
Color OverviewHEX #BDB7AF

#BDB7AF Color Code Information

In the RGB color space, #BDB7AF is composed of 74% red, 72% green, and 69% blue. In the HSL color space, it has a hue of 34°, saturation of 10%, and lightness of 71%.

HEX
#BDB7AF
RGB
189, 183, 175
HSL
34°, 10%, 71%
HSV
34°, 7%, 74%
CMYK
0%, 3%, 7%, 26%
Name Match
Silver
Closest Standard

Shades of #BDB7AF (Darker Variations)

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

Tints of #BDB7AF (Lighter Variations)

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

Tones of #BDB7AF (Muted Variations)

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

Color Harmonies for #BDB7AF

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 #BDB7AF Background
Contrast Ratio against Pure White (#FFFFFF):1.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #BDB7AF Background
Contrast Ratio against Pure Black (#000000):10.56 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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