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