Light Gray (Neutral)
#DFD1CF
RGB: 223, 209, 207
Color OverviewHEX #DFD1CF
#DFD1CF Color Code Information
In the RGB color space, #DFD1CF is composed of 87% red, 82% green, and 81% blue. In the HSL color space, it has a hue of 7°, saturation of 20%, and lightness of 84%.
HEX
#DFD1CF
RGB
223, 209, 207
HSL
7°, 20%, 84%
HSV
7°, 7%, 87%
CMYK
0%, 6%, 7%, 13%
Name Match
Light Gray
Closest StandardShades of #DFD1CF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DFD1CF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DFD1CF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DFD1CF
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #DFD1CF Background
Contrast Ratio against Pure White (#FFFFFF):1.48 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DFD1CF Background
Contrast Ratio against Pure Black (#000000):14.16 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DFD1CF;
}
.element {
color: #DFD1CF;
background-color: #DFD1CF;
border-color: #DFD1CF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DFD1CF] text-[#DFD1CF] border-[#DFD1CF]"> Content styled with #DFD1CF </div>