Gainsboro (Neutral)
#E3DDD0
RGB: 227, 221, 208
Color OverviewHEX #E3DDD0

#E3DDD0 Color Code Information

In the RGB color space, #E3DDD0 is composed of 89% red, 87% green, and 82% blue. In the HSL color space, it has a hue of 41°, saturation of 25%, and lightness of 85%.

HEX
#E3DDD0
RGB
227, 221, 208
HSL
41°, 25%, 85%
HSV
41°, 8%, 89%
CMYK
0%, 3%, 8%, 11%
Name Match
Gainsboro
Closest Standard

Shades of #E3DDD0 (Darker Variations)

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

Tints of #E3DDD0 (Lighter Variations)

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

Tones of #E3DDD0 (Muted Variations)

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

Color Harmonies for #E3DDD0

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

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #E3DDD0;
}

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