Silver (Neutral)
#B0A4AF
RGB: 176, 164, 175
Color OverviewHEX #B0A4AF

#B0A4AF Color Code Information

In the RGB color space, #B0A4AF is composed of 69% red, 64% green, and 69% blue. In the HSL color space, it has a hue of 305°, saturation of 7%, and lightness of 67%.

HEX
#B0A4AF
RGB
176, 164, 175
HSL
305°, 7%, 67%
HSV
305°, 7%, 69%
CMYK
0%, 7%, 1%, 31%
Name Match
Silver
Closest Standard

Shades of #B0A4AF (Darker Variations)

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

Tints of #B0A4AF (Lighter Variations)

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

Tones of #B0A4AF (Muted Variations)

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

Color Harmonies for #B0A4AF

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

Developer Code Snippets & Tailwind CSS

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

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