Silver (Neutral)
#B1AEAB
RGB: 177, 174, 171
Color OverviewHEX #B1AEAB

#B1AEAB Color Code Information

In the RGB color space, #B1AEAB is composed of 69% red, 68% green, and 67% blue. In the HSL color space, it has a hue of 30°, saturation of 4%, and lightness of 68%.

HEX
#B1AEAB
RGB
177, 174, 171
HSL
30°, 4%, 68%
HSV
30°, 3%, 69%
CMYK
0%, 2%, 3%, 31%
Name Match
Silver
Closest Standard

Shades of #B1AEAB (Darker Variations)

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

Tints of #B1AEAB (Lighter Variations)

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

Tones of #B1AEAB (Muted Variations)

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

Color Harmonies for #B1AEAB

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

Developer Code Snippets & Tailwind CSS

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

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