Silver (Neutral)
#B8B0AD
RGB: 184, 176, 173
Color OverviewHEX #B8B0AD

#B8B0AD Color Code Information

In the RGB color space, #B8B0AD is composed of 72% red, 69% green, and 68% blue. In the HSL color space, it has a hue of 16°, saturation of 7%, and lightness of 70%.

HEX
#B8B0AD
RGB
184, 176, 173
HSL
16°, 7%, 70%
HSV
16°, 6%, 72%
CMYK
0%, 4%, 6%, 28%
Name Match
Silver
Closest Standard

Shades of #B8B0AD (Darker Variations)

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

Tints of #B8B0AD (Lighter Variations)

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

Tones of #B8B0AD (Muted Variations)

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

Color Harmonies for #B8B0AD

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

Developer Code Snippets & Tailwind CSS

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

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