Gainsboro (Neutral)
#DFEAD9
RGB: 223, 234, 217
Color OverviewHEX #DFEAD9

#DFEAD9 Color Code Information

In the RGB color space, #DFEAD9 is composed of 87% red, 92% green, and 85% blue. In the HSL color space, it has a hue of 99°, saturation of 29%, and lightness of 88%.

HEX
#DFEAD9
RGB
223, 234, 217
HSL
99°, 29%, 88%
HSV
99°, 7%, 92%
CMYK
5%, 0%, 7%, 8%
Name Match
Gainsboro
Closest Standard

Shades of #DFEAD9 (Darker Variations)

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

Tints of #DFEAD9 (Lighter Variations)

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

Tones of #DFEAD9 (Muted Variations)

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

Color Harmonies for #DFEAD9

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

Developer Code Snippets & Tailwind CSS

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

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