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