Silver (Neutral)
#B5B2AF
RGB: 181, 178, 175
Color OverviewHEX #B5B2AF

#B5B2AF Color Code Information

In the RGB color space, #B5B2AF is composed of 71% red, 70% green, and 69% blue. In the HSL color space, it has a hue of 30°, saturation of 4%, and lightness of 70%.

HEX
#B5B2AF
RGB
181, 178, 175
HSL
30°, 4%, 70%
HSV
30°, 3%, 71%
CMYK
0%, 2%, 3%, 29%
Name Match
Silver
Closest Standard

Shades of #B5B2AF (Darker Variations)

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

Tints of #B5B2AF (Lighter Variations)

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

Tones of #B5B2AF (Muted Variations)

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

Color Harmonies for #B5B2AF

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

Developer Code Snippets & Tailwind CSS

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

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