Gainsboro (Neutral)
#D8ECE5
RGB: 216, 236, 229
Color OverviewHEX #D8ECE5

#D8ECE5 Color Code Information

In the RGB color space, #D8ECE5 is composed of 85% red, 93% green, and 90% blue. In the HSL color space, it has a hue of 159°, saturation of 34%, and lightness of 89%.

HEX
#D8ECE5
RGB
216, 236, 229
HSL
159°, 34%, 89%
HSV
159°, 8%, 93%
CMYK
8%, 0%, 3%, 7%
Name Match
Gainsboro
Closest Standard

Shades of #D8ECE5 (Darker Variations)

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

Tints of #D8ECE5 (Lighter Variations)

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

Tones of #D8ECE5 (Muted Variations)

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

Color Harmonies for #D8ECE5

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

Developer Code Snippets & Tailwind CSS

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

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