Gainsboro (Neutral)
#DFE4DD
RGB: 223, 228, 221
Color OverviewHEX #DFE4DD

#DFE4DD Color Code Information

In the RGB color space, #DFE4DD is composed of 87% red, 89% green, and 87% blue. In the HSL color space, it has a hue of 103°, saturation of 11%, and lightness of 88%.

HEX
#DFE4DD
RGB
223, 228, 221
HSL
103°, 11%, 88%
HSV
103°, 3%, 89%
CMYK
2%, 0%, 3%, 11%
Name Match
Gainsboro
Closest Standard

Shades of #DFE4DD (Darker Variations)

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

Tints of #DFE4DD (Lighter Variations)

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

Tones of #DFE4DD (Muted Variations)

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

Color Harmonies for #DFE4DD

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

Developer Code Snippets & Tailwind CSS

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

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