Gainsboro (Neutral)
#D5DBDF
RGB: 213, 219, 223
Color OverviewHEX #D5DBDF

#D5DBDF Color Code Information

In the RGB color space, #D5DBDF is composed of 84% red, 86% green, and 87% blue. In the HSL color space, it has a hue of 204°, saturation of 14%, and lightness of 85%.

HEX
#D5DBDF
RGB
213, 219, 223
HSL
204°, 14%, 85%
HSV
204°, 4%, 87%
CMYK
4%, 2%, 0%, 13%
Name Match
Gainsboro
Closest Standard

Shades of #D5DBDF (Darker Variations)

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

Tints of #D5DBDF (Lighter Variations)

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

Tones of #D5DBDF (Muted Variations)

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

Color Harmonies for #D5DBDF

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

Developer Code Snippets & Tailwind CSS

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

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