Light Gray (Neutral)
#D1D5CB
RGB: 209, 213, 203
Color OverviewHEX #D1D5CB

#D1D5CB Color Code Information

In the RGB color space, #D1D5CB is composed of 82% red, 84% green, and 80% blue. In the HSL color space, it has a hue of 84°, saturation of 11%, and lightness of 82%.

HEX
#D1D5CB
RGB
209, 213, 203
HSL
84°, 11%, 82%
HSV
84°, 5%, 84%
CMYK
2%, 0%, 5%, 16%
Name Match
Light Gray
Closest Standard

Shades of #D1D5CB (Darker Variations)

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

Tints of #D1D5CB (Lighter Variations)

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

Tones of #D1D5CB (Muted Variations)

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

Color Harmonies for #D1D5CB

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

Developer Code Snippets & Tailwind CSS

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

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