Light Gray (Neutral)
#D0CEC3
RGB: 208, 206, 195
Color OverviewHEX #D0CEC3

#D0CEC3 Color Code Information

In the RGB color space, #D0CEC3 is composed of 82% red, 81% green, and 76% blue. In the HSL color space, it has a hue of 51°, saturation of 12%, and lightness of 79%.

HEX
#D0CEC3
RGB
208, 206, 195
HSL
51°, 12%, 79%
HSV
51°, 6%, 82%
CMYK
0%, 1%, 6%, 18%
Name Match
Light Gray
Closest Standard

Shades of #D0CEC3 (Darker Variations)

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

Tints of #D0CEC3 (Lighter Variations)

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

Tones of #D0CEC3 (Muted Variations)

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

Color Harmonies for #D0CEC3

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

Developer Code Snippets & Tailwind CSS

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

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