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