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