Silver (Neutral)
#BFB3AA
RGB: 191, 179, 170
Color OverviewHEX #BFB3AA

#BFB3AA Color Code Information

In the RGB color space, #BFB3AA is composed of 75% red, 70% green, and 67% blue. In the HSL color space, it has a hue of 26°, saturation of 14%, and lightness of 71%.

HEX
#BFB3AA
RGB
191, 179, 170
HSL
26°, 14%, 71%
HSV
26°, 11%, 75%
CMYK
0%, 6%, 11%, 25%
Name Match
Silver
Closest Standard

Shades of #BFB3AA (Darker Variations)

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

Tints of #BFB3AA (Lighter Variations)

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

Tones of #BFB3AA (Muted Variations)

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

Color Harmonies for #BFB3AA

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

Developer Code Snippets & Tailwind CSS

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

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