Light Gray (Neutral)
#DDD0CF
RGB: 221, 208, 207
Color OverviewHEX #DDD0CF
#DDD0CF Color Code Information
In the RGB color space, #DDD0CF is composed of 87% red, 82% green, and 81% blue. In the HSL color space, it has a hue of 4°, saturation of 17%, and lightness of 84%.
HEX
#DDD0CF
RGB
221, 208, 207
HSL
4°, 17%, 84%
HSV
4°, 6%, 87%
CMYK
0%, 6%, 6%, 13%
Name Match
Light Gray
Closest StandardShades of #DDD0CF (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #DDD0CF (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #DDD0CF (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #DDD0CF
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 #DDD0CF Background
Contrast Ratio against Pure White (#FFFFFF):1.5 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DDD0CF Background
Contrast Ratio against Pure Black (#000000):14 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #DDD0CF;
}
.element {
color: #DDD0CF;
background-color: #DDD0CF;
border-color: #DDD0CF;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#DDD0CF] text-[#DDD0CF] border-[#DDD0CF]"> Content styled with #DDD0CF </div>