Silver (Neutral)
#B2BFAB
RGB: 178, 191, 171
Color OverviewHEX #B2BFAB

#B2BFAB Color Code Information

In the RGB color space, #B2BFAB is composed of 70% red, 75% green, and 67% blue. In the HSL color space, it has a hue of 99°, saturation of 14%, and lightness of 71%.

HEX
#B2BFAB
RGB
178, 191, 171
HSL
99°, 14%, 71%
HSV
99°, 10%, 75%
CMYK
7%, 0%, 10%, 25%
Name Match
Silver
Closest Standard

Shades of #B2BFAB (Darker Variations)

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

Tints of #B2BFAB (Lighter Variations)

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

Tones of #B2BFAB (Muted Variations)

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

Color Harmonies for #B2BFAB

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

Developer Code Snippets & Tailwind CSS

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

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