Gainsboro (Neutral)
#DEE0DF
RGB: 222, 224, 223
Color OverviewHEX #DEE0DF

#DEE0DF Color Code Information

In the RGB color space, #DEE0DF is composed of 87% red, 88% green, and 87% blue. In the HSL color space, it has a hue of 150°, saturation of 3%, and lightness of 87%.

HEX
#DEE0DF
RGB
222, 224, 223
HSL
150°, 3%, 87%
HSV
150°, 1%, 88%
CMYK
1%, 0%, 0%, 12%
Name Match
Gainsboro
Closest Standard

Shades of #DEE0DF (Darker Variations)

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

Tints of #DEE0DF (Lighter Variations)

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

Tones of #DEE0DF (Muted Variations)

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

Color Harmonies for #DEE0DF

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

Developer Code Snippets & Tailwind CSS

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

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