Silver (Neutral)
#B7BBBB
RGB: 183, 187, 187
Color OverviewHEX #B7BBBB

#B7BBBB Color Code Information

In the RGB color space, #B7BBBB is composed of 72% red, 73% green, and 73% blue. In the HSL color space, it has a hue of 180°, saturation of 3%, and lightness of 73%.

HEX
#B7BBBB
RGB
183, 187, 187
HSL
180°, 3%, 73%
HSV
180°, 2%, 73%
CMYK
2%, 0%, 0%, 27%
Name Match
Silver
Closest Standard

Shades of #B7BBBB (Darker Variations)

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

Tints of #B7BBBB (Lighter Variations)

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

Tones of #B7BBBB (Muted Variations)

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

Color Harmonies for #B7BBBB

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

Developer Code Snippets & Tailwind CSS

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

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