Gainsboro (Neutral)
#D8F3E4
RGB: 216, 243, 228
Color OverviewHEX #D8F3E4

#D8F3E4 Color Code Information

In the RGB color space, #D8F3E4 is composed of 85% red, 95% green, and 89% blue. In the HSL color space, it has a hue of 147°, saturation of 53%, and lightness of 90%.

HEX
#D8F3E4
RGB
216, 243, 228
HSL
147°, 53%, 90%
HSV
147°, 11%, 95%
CMYK
11%, 0%, 6%, 5%
Name Match
Gainsboro
Closest Standard

Shades of #D8F3E4 (Darker Variations)

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

Tints of #D8F3E4 (Lighter Variations)

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

Tones of #D8F3E4 (Muted Variations)

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

Color Harmonies for #D8F3E4

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

Developer Code Snippets & Tailwind CSS

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

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