Silver (Neutral)
#B4C9AC
RGB: 180, 201, 172
Color OverviewHEX #B4C9AC

#B4C9AC Color Code Information

In the RGB color space, #B4C9AC is composed of 71% red, 79% green, and 67% blue. In the HSL color space, it has a hue of 103°, saturation of 21%, and lightness of 73%.

HEX
#B4C9AC
RGB
180, 201, 172
HSL
103°, 21%, 73%
HSV
103°, 14%, 79%
CMYK
10%, 0%, 14%, 21%
Name Match
Silver
Closest Standard

Shades of #B4C9AC (Darker Variations)

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

Tints of #B4C9AC (Lighter Variations)

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

Tones of #B4C9AC (Muted Variations)

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

Color Harmonies for #B4C9AC

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

Developer Code Snippets & Tailwind CSS

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

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