Silver (Neutral)
#B2B1CB
RGB: 178, 177, 203
Color OverviewHEX #B2B1CB

#B2B1CB Color Code Information

In the RGB color space, #B2B1CB is composed of 70% red, 69% green, and 80% blue. In the HSL color space, it has a hue of 242°, saturation of 20%, and lightness of 75%.

HEX
#B2B1CB
RGB
178, 177, 203
HSL
242°, 20%, 75%
HSV
242°, 13%, 80%
CMYK
12%, 13%, 0%, 20%
Name Match
Silver
Closest Standard

Shades of #B2B1CB (Darker Variations)

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

Tints of #B2B1CB (Lighter Variations)

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

Tones of #B2B1CB (Muted Variations)

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

Color Harmonies for #B2B1CB

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

Developer Code Snippets & Tailwind CSS

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

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