Silver (Neutral)
#B5B5AB
RGB: 181, 181, 171
Color OverviewHEX #B5B5AB

#B5B5AB Color Code Information

In the RGB color space, #B5B5AB is composed of 71% red, 71% green, and 67% blue. In the HSL color space, it has a hue of 60°, saturation of 6%, and lightness of 69%.

HEX
#B5B5AB
RGB
181, 181, 171
HSL
60°, 6%, 69%
HSV
60°, 6%, 71%
CMYK
0%, 0%, 6%, 29%
Name Match
Silver
Closest Standard

Shades of #B5B5AB (Darker Variations)

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

Tints of #B5B5AB (Lighter Variations)

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

Tones of #B5B5AB (Muted Variations)

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

Color Harmonies for #B5B5AB

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

Developer Code Snippets & Tailwind CSS

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

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