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