Gainsboro (Neutral)
#D9DFDB
RGB: 217, 223, 219
Color OverviewHEX #D9DFDB

#D9DFDB Color Code Information

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

HEX
#D9DFDB
RGB
217, 223, 219
HSL
140°, 9%, 86%
HSV
140°, 3%, 87%
CMYK
3%, 0%, 2%, 13%
Name Match
Gainsboro
Closest Standard

Shades of #D9DFDB (Darker Variations)

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

Tints of #D9DFDB (Lighter Variations)

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

Tones of #D9DFDB (Muted Variations)

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

Color Harmonies for #D9DFDB

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

Developer Code Snippets & Tailwind CSS

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

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