Gainsboro (Neutral)
#D8DADD
RGB: 216, 218, 221
Color OverviewHEX #D8DADD

#D8DADD Color Code Information

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

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

Shades of #D8DADD (Darker Variations)

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

Tints of #D8DADD (Lighter Variations)

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

Tones of #D8DADD (Muted Variations)

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

Color Harmonies for #D8DADD

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

Developer Code Snippets & Tailwind CSS

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

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