Silver (Neutral)
#C9D1BD
RGB: 201, 209, 189
Color OverviewHEX #C9D1BD

#C9D1BD Color Code Information

In the RGB color space, #C9D1BD is composed of 79% red, 82% green, and 74% blue. In the HSL color space, it has a hue of 84°, saturation of 18%, and lightness of 78%.

HEX
#C9D1BD
RGB
201, 209, 189
HSL
84°, 18%, 78%
HSV
84°, 10%, 82%
CMYK
4%, 0%, 10%, 18%
Name Match
Silver
Closest Standard

Shades of #C9D1BD (Darker Variations)

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

Tints of #C9D1BD (Lighter Variations)

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

Tones of #C9D1BD (Muted Variations)

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

Color Harmonies for #C9D1BD

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

Developer Code Snippets & Tailwind CSS

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

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