Light Gray (Neutral)
#D6C8D7
RGB: 214, 200, 215
Color OverviewHEX #D6C8D7

#D6C8D7 Color Code Information

In the RGB color space, #D6C8D7 is composed of 84% red, 78% green, and 84% blue. In the HSL color space, it has a hue of 296°, saturation of 16%, and lightness of 81%.

HEX
#D6C8D7
RGB
214, 200, 215
HSL
296°, 16%, 81%
HSV
296°, 7%, 84%
CMYK
0%, 7%, 0%, 16%
Name Match
Light Gray
Closest Standard

Shades of #D6C8D7 (Darker Variations)

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

Tints of #D6C8D7 (Lighter Variations)

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

Tones of #D6C8D7 (Muted Variations)

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

Color Harmonies for #D6C8D7

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

Developer Code Snippets & Tailwind CSS

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

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