Light Gray (Neutral)
#D4D7DA
RGB: 212, 215, 218
Color OverviewHEX #D4D7DA

#D4D7DA Color Code Information

In the RGB color space, #D4D7DA is composed of 83% red, 84% green, and 85% blue. In the HSL color space, it has a hue of 210°, saturation of 7%, and lightness of 84%.

HEX
#D4D7DA
RGB
212, 215, 218
HSL
210°, 7%, 84%
HSV
210°, 3%, 85%
CMYK
3%, 1%, 0%, 15%
Name Match
Light Gray
Closest Standard

Shades of #D4D7DA (Darker Variations)

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

Tints of #D4D7DA (Lighter Variations)

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

Tones of #D4D7DA (Muted Variations)

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

Color Harmonies for #D4D7DA

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

Developer Code Snippets & Tailwind CSS

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

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