Gainsboro (Neutral)
#EDCFD2
RGB: 237, 207, 210
Color OverviewHEX #EDCFD2

#EDCFD2 Color Code Information

In the RGB color space, #EDCFD2 is composed of 93% red, 81% green, and 82% blue. In the HSL color space, it has a hue of 354°, saturation of 45%, and lightness of 87%.

HEX
#EDCFD2
RGB
237, 207, 210
HSL
354°, 45%, 87%
HSV
354°, 13%, 93%
CMYK
0%, 13%, 11%, 7%
Name Match
Gainsboro
Closest Standard

Shades of #EDCFD2 (Darker Variations)

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

Tints of #EDCFD2 (Lighter Variations)

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

Tones of #EDCFD2 (Muted Variations)

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

Color Harmonies for #EDCFD2

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

Developer Code Snippets & Tailwind CSS

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

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