Silver (Neutral)
#BAC4BF
RGB: 186, 196, 191
Color OverviewHEX #BAC4BF

#BAC4BF Color Code Information

In the RGB color space, #BAC4BF is composed of 73% red, 77% green, and 75% blue. In the HSL color space, it has a hue of 150°, saturation of 8%, and lightness of 75%.

HEX
#BAC4BF
RGB
186, 196, 191
HSL
150°, 8%, 75%
HSV
150°, 5%, 77%
CMYK
5%, 0%, 3%, 23%
Name Match
Silver
Closest Standard

Shades of #BAC4BF (Darker Variations)

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

Tints of #BAC4BF (Lighter Variations)

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

Tones of #BAC4BF (Muted Variations)

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

Color Harmonies for #BAC4BF

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

Developer Code Snippets & Tailwind CSS

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

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