Gainsboro (Neutral)
#E3ECDA
RGB: 227, 236, 218
Color OverviewHEX #E3ECDA

#E3ECDA Color Code Information

In the RGB color space, #E3ECDA is composed of 89% red, 93% green, and 85% blue. In the HSL color space, it has a hue of 90°, saturation of 32%, and lightness of 89%.

HEX
#E3ECDA
RGB
227, 236, 218
HSL
90°, 32%, 89%
HSV
90°, 8%, 93%
CMYK
4%, 0%, 8%, 7%
Name Match
Gainsboro
Closest Standard

Shades of #E3ECDA (Darker Variations)

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

Tints of #E3ECDA (Lighter Variations)

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

Tones of #E3ECDA (Muted Variations)

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

Color Harmonies for #E3ECDA

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

Developer Code Snippets & Tailwind CSS

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

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