Gainsboro (Neutral)
#DCF1DA
RGB: 220, 241, 218
Color OverviewHEX #DCF1DA

#DCF1DA Color Code Information

In the RGB color space, #DCF1DA is composed of 86% red, 95% green, and 85% blue. In the HSL color space, it has a hue of 115°, saturation of 45%, and lightness of 90%.

HEX
#DCF1DA
RGB
220, 241, 218
HSL
115°, 45%, 90%
HSV
115°, 10%, 95%
CMYK
9%, 0%, 10%, 5%
Name Match
Gainsboro
Closest Standard

Shades of #DCF1DA (Darker Variations)

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

Tints of #DCF1DA (Lighter Variations)

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

Tones of #DCF1DA (Muted Variations)

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

Color Harmonies for #DCF1DA

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

Developer Code Snippets & Tailwind CSS

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

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