Light Gray (Neutral)
#DAD7C3
RGB: 218, 215, 195
Color OverviewHEX #DAD7C3

#DAD7C3 Color Code Information

In the RGB color space, #DAD7C3 is composed of 85% red, 84% green, and 76% blue. In the HSL color space, it has a hue of 52°, saturation of 24%, and lightness of 81%.

HEX
#DAD7C3
RGB
218, 215, 195
HSL
52°, 24%, 81%
HSV
52°, 11%, 85%
CMYK
0%, 1%, 11%, 15%
Name Match
Light Gray
Closest Standard

Shades of #DAD7C3 (Darker Variations)

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

Tints of #DAD7C3 (Lighter Variations)

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

Tones of #DAD7C3 (Muted Variations)

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

Color Harmonies for #DAD7C3

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

Developer Code Snippets & Tailwind CSS

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

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