Silver (Neutral)
#BAC0BF
RGB: 186, 192, 191
Color OverviewHEX #BAC0BF

#BAC0BF Color Code Information

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

HEX
#BAC0BF
RGB
186, 192, 191
HSL
170°, 5%, 74%
HSV
170°, 3%, 75%
CMYK
3%, 0%, 1%, 25%
Name Match
Silver
Closest Standard

Shades of #BAC0BF (Darker Variations)

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

Tints of #BAC0BF (Lighter Variations)

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

Tones of #BAC0BF (Muted Variations)

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

Color Harmonies for #BAC0BF

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

Developer Code Snippets & Tailwind CSS

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

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