Gainsboro (Neutral)
#D2F3DA
RGB: 210, 243, 218
Color OverviewHEX #D2F3DA

#D2F3DA Color Code Information

In the RGB color space, #D2F3DA is composed of 82% red, 95% green, and 85% blue. In the HSL color space, it has a hue of 135°, saturation of 58%, and lightness of 89%.

HEX
#D2F3DA
RGB
210, 243, 218
HSL
135°, 58%, 89%
HSV
135°, 14%, 95%
CMYK
14%, 0%, 10%, 5%
Name Match
Gainsboro
Closest Standard

Shades of #D2F3DA (Darker Variations)

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

Tints of #D2F3DA (Lighter Variations)

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

Tones of #D2F3DA (Muted Variations)

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

Color Harmonies for #D2F3DA

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

Developer Code Snippets & Tailwind CSS

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

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