Silver (Neutral)
#B6B8BC
RGB: 182, 184, 188
Color OverviewHEX #B6B8BC

#B6B8BC Color Code Information

In the RGB color space, #B6B8BC is composed of 71% red, 72% green, and 74% blue. In the HSL color space, it has a hue of 220°, saturation of 4%, and lightness of 73%.

HEX
#B6B8BC
RGB
182, 184, 188
HSL
220°, 4%, 73%
HSV
220°, 3%, 74%
CMYK
3%, 2%, 0%, 26%
Name Match
Silver
Closest Standard

Shades of #B6B8BC (Darker Variations)

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

Tints of #B6B8BC (Lighter Variations)

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

Tones of #B6B8BC (Muted Variations)

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

Color Harmonies for #B6B8BC

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

Developer Code Snippets & Tailwind CSS

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

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