Gainsboro (Neutral)
#D6DBDB
RGB: 214, 219, 219
Color OverviewHEX #D6DBDB

#D6DBDB Color Code Information

In the RGB color space, #D6DBDB is composed of 84% red, 86% green, and 86% blue. In the HSL color space, it has a hue of 180°, saturation of 6%, and lightness of 85%.

HEX
#D6DBDB
RGB
214, 219, 219
HSL
180°, 6%, 85%
HSV
180°, 2%, 86%
CMYK
2%, 0%, 0%, 14%
Name Match
Gainsboro
Closest Standard

Shades of #D6DBDB (Darker Variations)

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

Tints of #D6DBDB (Lighter Variations)

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

Tones of #D6DBDB (Muted Variations)

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

Color Harmonies for #D6DBDB

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

Developer Code Snippets & Tailwind CSS

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

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