Silver (Neutral)
#B2BFAD
RGB: 178, 191, 173
Color OverviewHEX #B2BFAD

#B2BFAD Color Code Information

In the RGB color space, #B2BFAD is composed of 70% red, 75% green, and 68% blue. In the HSL color space, it has a hue of 103°, saturation of 12%, and lightness of 71%.

HEX
#B2BFAD
RGB
178, 191, 173
HSL
103°, 12%, 71%
HSV
103°, 9%, 75%
CMYK
7%, 0%, 9%, 25%
Name Match
Silver
Closest Standard

Shades of #B2BFAD (Darker Variations)

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

Tints of #B2BFAD (Lighter Variations)

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

Tones of #B2BFAD (Muted Variations)

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

Color Harmonies for #B2BFAD

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

Developer Code Snippets & Tailwind CSS

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

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