Light Gray (Neutral)
#D4C5CF
RGB: 212, 197, 207
Color OverviewHEX #D4C5CF

#D4C5CF Color Code Information

In the RGB color space, #D4C5CF is composed of 83% red, 77% green, and 81% blue. In the HSL color space, it has a hue of 320°, saturation of 15%, and lightness of 80%.

HEX
#D4C5CF
RGB
212, 197, 207
HSL
320°, 15%, 80%
HSV
320°, 7%, 83%
CMYK
0%, 7%, 2%, 17%
Name Match
Light Gray
Closest Standard

Shades of #D4C5CF (Darker Variations)

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

Tints of #D4C5CF (Lighter Variations)

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

Tones of #D4C5CF (Muted Variations)

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

Color Harmonies for #D4C5CF

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

Developer Code Snippets & Tailwind CSS

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

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