Gainsboro (Neutral)
#CDF4CA
RGB: 205, 244, 202
Color OverviewHEX #CDF4CA

#CDF4CA Color Code Information

In the RGB color space, #CDF4CA is composed of 80% red, 96% green, and 79% blue. In the HSL color space, it has a hue of 116°, saturation of 66%, and lightness of 87%.

HEX
#CDF4CA
RGB
205, 244, 202
HSL
116°, 66%, 87%
HSV
116°, 17%, 96%
CMYK
16%, 0%, 17%, 4%
Name Match
Gainsboro
Closest Standard

Shades of #CDF4CA (Darker Variations)

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

Tints of #CDF4CA (Lighter Variations)

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

Tones of #CDF4CA (Muted Variations)

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

Color Harmonies for #CDF4CA

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

Developer Code Snippets & Tailwind CSS

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

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