Silver (Neutral)
#D6C6B4
RGB: 214, 198, 180
Color OverviewHEX #D6C6B4

#D6C6B4 Color Code Information

In the RGB color space, #D6C6B4 is composed of 84% red, 78% green, and 71% blue. In the HSL color space, it has a hue of 32°, saturation of 29%, and lightness of 77%.

HEX
#D6C6B4
RGB
214, 198, 180
HSL
32°, 29%, 77%
HSV
32°, 16%, 84%
CMYK
0%, 7%, 16%, 16%
Name Match
Silver
Closest Standard

Shades of #D6C6B4 (Darker Variations)

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

Tints of #D6C6B4 (Lighter Variations)

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

Tones of #D6C6B4 (Muted Variations)

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

Color Harmonies for #D6C6B4

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

Developer Code Snippets & Tailwind CSS

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

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