Light Gray (Neutral)
#D0C0CF
RGB: 208, 192, 207
Color OverviewHEX #D0C0CF

#D0C0CF Color Code Information

In the RGB color space, #D0C0CF is composed of 82% red, 75% green, and 81% blue. In the HSL color space, it has a hue of 304°, saturation of 15%, and lightness of 78%.

HEX
#D0C0CF
RGB
208, 192, 207
HSL
304°, 15%, 78%
HSV
304°, 8%, 82%
CMYK
0%, 8%, 0%, 18%
Name Match
Light Gray
Closest Standard

Shades of #D0C0CF (Darker Variations)

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

Tints of #D0C0CF (Lighter Variations)

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

Tones of #D0C0CF (Muted Variations)

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

Color Harmonies for #D0C0CF

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

Developer Code Snippets & Tailwind CSS

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

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