Silver (Neutral)
#DAA9B1
RGB: 218, 169, 177
Color OverviewHEX #DAA9B1

#DAA9B1 Color Code Information

In the RGB color space, #DAA9B1 is composed of 85% red, 66% green, and 69% blue. In the HSL color space, it has a hue of 350°, saturation of 40%, and lightness of 76%.

HEX
#DAA9B1
RGB
218, 169, 177
HSL
350°, 40%, 76%
HSV
350°, 22%, 85%
CMYK
0%, 22%, 19%, 15%
Name Match
Silver
Closest Standard

Shades of #DAA9B1 (Darker Variations)

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

Tints of #DAA9B1 (Lighter Variations)

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

Tones of #DAA9B1 (Muted Variations)

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

Color Harmonies for #DAA9B1

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

Developer Code Snippets & Tailwind CSS

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

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