Light Gray (Neutral)
#DFD1CE
RGB: 223, 209, 206
Color OverviewHEX #DFD1CE

#DFD1CE Color Code Information

In the RGB color space, #DFD1CE is composed of 87% red, 82% green, and 81% blue. In the HSL color space, it has a hue of 11°, saturation of 21%, and lightness of 84%.

HEX
#DFD1CE
RGB
223, 209, 206
HSL
11°, 21%, 84%
HSV
11°, 8%, 87%
CMYK
0%, 6%, 8%, 13%
Name Match
Light Gray
Closest Standard

Shades of #DFD1CE (Darker Variations)

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

Tints of #DFD1CE (Lighter Variations)

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

Tones of #DFD1CE (Muted Variations)

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

Color Harmonies for #DFD1CE

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

Developer Code Snippets & Tailwind CSS

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

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