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