Gainsboro (Neutral)
#DFDDDA
RGB: 223, 221, 218
Color OverviewHEX #DFDDDA

#DFDDDA Color Code Information

In the RGB color space, #DFDDDA is composed of 87% red, 87% green, and 85% blue. In the HSL color space, it has a hue of 36°, saturation of 7%, and lightness of 86%.

HEX
#DFDDDA
RGB
223, 221, 218
HSL
36°, 7%, 86%
HSV
36°, 2%, 87%
CMYK
0%, 1%, 2%, 13%
Name Match
Gainsboro
Closest Standard

Shades of #DFDDDA (Darker Variations)

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

Tints of #DFDDDA (Lighter Variations)

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

Tones of #DFDDDA (Muted Variations)

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

Color Harmonies for #DFDDDA

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

Developer Code Snippets & Tailwind CSS

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

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