Light Gray (Neutral)
#D0DECA
RGB: 208, 222, 202
Color OverviewHEX #D0DECA

#D0DECA Color Code Information

In the RGB color space, #D0DECA is composed of 82% red, 87% green, and 79% blue. In the HSL color space, it has a hue of 102°, saturation of 23%, and lightness of 83%.

HEX
#D0DECA
RGB
208, 222, 202
HSL
102°, 23%, 83%
HSV
102°, 9%, 87%
CMYK
6%, 0%, 9%, 13%
Name Match
Light Gray
Closest Standard

Shades of #D0DECA (Darker Variations)

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

Tints of #D0DECA (Lighter Variations)

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

Tones of #D0DECA (Muted Variations)

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

Color Harmonies for #D0DECA

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

Developer Code Snippets & Tailwind CSS

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

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