Gainsboro (Neutral)
#E3DDD9
RGB: 227, 221, 217
Color OverviewHEX #E3DDD9

#E3DDD9 Color Code Information

In the RGB color space, #E3DDD9 is composed of 89% red, 87% green, and 85% blue. In the HSL color space, it has a hue of 24°, saturation of 15%, and lightness of 87%.

HEX
#E3DDD9
RGB
227, 221, 217
HSL
24°, 15%, 87%
HSV
24°, 4%, 89%
CMYK
0%, 3%, 4%, 11%
Name Match
Gainsboro
Closest Standard

Shades of #E3DDD9 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #E3DDD9 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #E3DDD9 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #E3DDD9

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #E3DDD9 Background
Contrast Ratio against Pure White (#FFFFFF):1.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E3DDD9 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: #E3DDD9;
}

.element {
  color: #E3DDD9;
  background-color: #E3DDD9;
  border-color: #E3DDD9;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#E3DDD9] text-[#E3DDD9] border-[#E3DDD9]">
  Content styled with #E3DDD9
</div>