Silver (Neutral)
#B9B2BB
RGB: 185, 178, 187
Color OverviewHEX #B9B2BB

#B9B2BB Color Code Information

In the RGB color space, #B9B2BB is composed of 73% red, 70% green, and 73% blue. In the HSL color space, it has a hue of 287°, saturation of 6%, and lightness of 72%.

HEX
#B9B2BB
RGB
185, 178, 187
HSL
287°, 6%, 72%
HSV
287°, 5%, 73%
CMYK
1%, 5%, 0%, 27%
Name Match
Silver
Closest Standard

Shades of #B9B2BB (Darker Variations)

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

Tints of #B9B2BB (Lighter Variations)

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

Tones of #B9B2BB (Muted Variations)

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

Color Harmonies for #B9B2BB

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

Developer Code Snippets & Tailwind CSS

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

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