Silver (Neutral)
#DAC9B7
RGB: 218, 201, 183
Color OverviewHEX #DAC9B7

#DAC9B7 Color Code Information

In the RGB color space, #DAC9B7 is composed of 85% red, 79% green, and 72% blue. In the HSL color space, it has a hue of 31°, saturation of 32%, and lightness of 79%.

HEX
#DAC9B7
RGB
218, 201, 183
HSL
31°, 32%, 79%
HSV
31°, 16%, 85%
CMYK
0%, 8%, 16%, 15%
Name Match
Silver
Closest Standard

Shades of #DAC9B7 (Darker Variations)

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

Tints of #DAC9B7 (Lighter Variations)

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

Tones of #DAC9B7 (Muted Variations)

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

Color Harmonies for #DAC9B7

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

Developer Code Snippets & Tailwind CSS

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

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