Light Gray (Neutral)
#CCD9C9
RGB: 204, 217, 201
Color OverviewHEX #CCD9C9

#CCD9C9 Color Code Information

In the RGB color space, #CCD9C9 is composed of 80% red, 85% green, and 79% blue. In the HSL color space, it has a hue of 109°, saturation of 17%, and lightness of 82%.

HEX
#CCD9C9
RGB
204, 217, 201
HSL
109°, 17%, 82%
HSV
109°, 7%, 85%
CMYK
6%, 0%, 7%, 15%
Name Match
Light Gray
Closest Standard

Shades of #CCD9C9 (Darker Variations)

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

Tints of #CCD9C9 (Lighter Variations)

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

Tones of #CCD9C9 (Muted Variations)

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

Color Harmonies for #CCD9C9

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

Developer Code Snippets & Tailwind CSS

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

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