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

#ECD4D6 Color Code Information

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

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

Shades of #ECD4D6 (Darker Variations)

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

Tints of #ECD4D6 (Lighter Variations)

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

Tones of #ECD4D6 (Muted Variations)

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

Color Harmonies for #ECD4D6

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

Developer Code Snippets & Tailwind CSS

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

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