Light Gray (Neutral)
#D0E6CB
RGB: 208, 230, 203
Color OverviewHEX #D0E6CB

#D0E6CB Color Code Information

In the RGB color space, #D0E6CB is composed of 82% red, 90% green, and 80% blue. In the HSL color space, it has a hue of 109°, saturation of 35%, and lightness of 85%.

HEX
#D0E6CB
RGB
208, 230, 203
HSL
109°, 35%, 85%
HSV
109°, 12%, 90%
CMYK
10%, 0%, 12%, 10%
Name Match
Light Gray
Closest Standard

Shades of #D0E6CB (Darker Variations)

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

Tints of #D0E6CB (Lighter Variations)

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

Tones of #D0E6CB (Muted Variations)

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

Color Harmonies for #D0E6CB

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

Developer Code Snippets & Tailwind CSS

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

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