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