Gainsboro (Neutral)
#DEEDD7
RGB: 222, 237, 215
Color OverviewHEX #DEEDD7

#DEEDD7 Color Code Information

In the RGB color space, #DEEDD7 is composed of 87% red, 93% green, and 84% blue. In the HSL color space, it has a hue of 101°, saturation of 38%, and lightness of 89%.

HEX
#DEEDD7
RGB
222, 237, 215
HSL
101°, 38%, 89%
HSV
101°, 9%, 93%
CMYK
6%, 0%, 9%, 7%
Name Match
Gainsboro
Closest Standard

Shades of #DEEDD7 (Darker Variations)

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

Tints of #DEEDD7 (Lighter Variations)

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

Tones of #DEEDD7 (Muted Variations)

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

Color Harmonies for #DEEDD7

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

Developer Code Snippets & Tailwind CSS

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

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