Gainsboro (Neutral)
#D0EEDD
RGB: 208, 238, 221
Color OverviewHEX #D0EEDD

#D0EEDD Color Code Information

In the RGB color space, #D0EEDD is composed of 82% red, 93% green, and 87% blue. In the HSL color space, it has a hue of 146°, saturation of 47%, and lightness of 87%.

HEX
#D0EEDD
RGB
208, 238, 221
HSL
146°, 47%, 87%
HSV
146°, 13%, 93%
CMYK
13%, 0%, 7%, 7%
Name Match
Gainsboro
Closest Standard

Shades of #D0EEDD (Darker Variations)

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

Tints of #D0EEDD (Lighter Variations)

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

Tones of #D0EEDD (Muted Variations)

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

Color Harmonies for #D0EEDD

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

Developer Code Snippets & Tailwind CSS

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

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