Gainsboro (Neutral)
#D7DCDF
RGB: 215, 220, 223
Color OverviewHEX #D7DCDF

#D7DCDF Color Code Information

In the RGB color space, #D7DCDF is composed of 84% red, 86% green, and 87% blue. In the HSL color space, it has a hue of 202°, saturation of 11%, and lightness of 86%.

HEX
#D7DCDF
RGB
215, 220, 223
HSL
202°, 11%, 86%
HSV
202°, 4%, 87%
CMYK
4%, 1%, 0%, 13%
Name Match
Gainsboro
Closest Standard

Shades of #D7DCDF (Darker Variations)

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

Tints of #D7DCDF (Lighter Variations)

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

Tones of #D7DCDF (Muted Variations)

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

Color Harmonies for #D7DCDF

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

Developer Code Snippets & Tailwind CSS

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

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