Gainsboro (Neutral)
#E3D7DA
RGB: 227, 215, 218
Color OverviewHEX #E3D7DA

#E3D7DA Color Code Information

In the RGB color space, #E3D7DA is composed of 89% red, 84% green, and 85% blue. In the HSL color space, it has a hue of 345°, saturation of 18%, and lightness of 87%.

HEX
#E3D7DA
RGB
227, 215, 218
HSL
345°, 18%, 87%
HSV
345°, 5%, 89%
CMYK
0%, 5%, 4%, 11%
Name Match
Gainsboro
Closest Standard

Shades of #E3D7DA (Darker Variations)

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

Tints of #E3D7DA (Lighter Variations)

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

Tones of #E3D7DA (Muted Variations)

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

Color Harmonies for #E3D7DA

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

Developer Code Snippets & Tailwind CSS

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

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