Gainsboro (Neutral)
#D7F4DD
RGB: 215, 244, 221
Color OverviewHEX #D7F4DD

#D7F4DD Color Code Information

In the RGB color space, #D7F4DD is composed of 84% red, 96% green, and 87% blue. In the HSL color space, it has a hue of 132°, saturation of 57%, and lightness of 90%.

HEX
#D7F4DD
RGB
215, 244, 221
HSL
132°, 57%, 90%
HSV
132°, 12%, 96%
CMYK
12%, 0%, 9%, 4%
Name Match
Gainsboro
Closest Standard

Shades of #D7F4DD (Darker Variations)

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

Tints of #D7F4DD (Lighter Variations)

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

Tones of #D7F4DD (Muted Variations)

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

Color Harmonies for #D7F4DD

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

Developer Code Snippets & Tailwind CSS

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

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