Silver (Neutral)
#B1B0BA
RGB: 177, 176, 186
Color OverviewHEX #B1B0BA

#B1B0BA Color Code Information

In the RGB color space, #B1B0BA is composed of 69% red, 69% green, and 73% blue. In the HSL color space, it has a hue of 246°, saturation of 7%, and lightness of 71%.

HEX
#B1B0BA
RGB
177, 176, 186
HSL
246°, 7%, 71%
HSV
246°, 5%, 73%
CMYK
5%, 5%, 0%, 27%
Name Match
Silver
Closest Standard

Shades of #B1B0BA (Darker Variations)

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

Tints of #B1B0BA (Lighter Variations)

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

Tones of #B1B0BA (Muted Variations)

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

Color Harmonies for #B1B0BA

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

Developer Code Snippets & Tailwind CSS

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

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