Silver (Neutral)
#BAB8BF
RGB: 186, 184, 191
Color OverviewHEX #BAB8BF

#BAB8BF Color Code Information

In the RGB color space, #BAB8BF is composed of 73% red, 72% green, and 75% blue. In the HSL color space, it has a hue of 257°, saturation of 5%, and lightness of 74%.

HEX
#BAB8BF
RGB
186, 184, 191
HSL
257°, 5%, 74%
HSV
257°, 4%, 75%
CMYK
3%, 4%, 0%, 25%
Name Match
Silver
Closest Standard

Shades of #BAB8BF (Darker Variations)

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

Tints of #BAB8BF (Lighter Variations)

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

Tones of #BAB8BF (Muted Variations)

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

Color Harmonies for #BAB8BF

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

Developer Code Snippets & Tailwind CSS

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

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