Gainsboro (Neutral)
#ECD4D4
RGB: 236, 212, 212
Color OverviewHEX #ECD4D4

#ECD4D4 Color Code Information

In the RGB color space, #ECD4D4 is composed of 93% red, 83% green, and 83% blue. In the HSL color space, it has a hue of 0°, saturation of 39%, and lightness of 88%.

HEX
#ECD4D4
RGB
236, 212, 212
HSL
0°, 39%, 88%
HSV
0°, 10%, 93%
CMYK
0%, 10%, 10%, 7%
Name Match
Gainsboro
Closest Standard

Shades of #ECD4D4 (Darker Variations)

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

Tints of #ECD4D4 (Lighter Variations)

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

Tones of #ECD4D4 (Muted Variations)

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

Color Harmonies for #ECD4D4

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

Developer Code Snippets & Tailwind CSS

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

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