Light Gray (Neutral)
#CCD2D6
RGB: 204, 210, 214
Color OverviewHEX #CCD2D6

#CCD2D6 Color Code Information

In the RGB color space, #CCD2D6 is composed of 80% red, 82% green, and 84% blue. In the HSL color space, it has a hue of 204°, saturation of 11%, and lightness of 82%.

HEX
#CCD2D6
RGB
204, 210, 214
HSL
204°, 11%, 82%
HSV
204°, 5%, 84%
CMYK
5%, 2%, 0%, 16%
Name Match
Light Gray
Closest Standard

Shades of #CCD2D6 (Darker Variations)

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

Tints of #CCD2D6 (Lighter Variations)

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

Tones of #CCD2D6 (Muted Variations)

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

Color Harmonies for #CCD2D6

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

Developer Code Snippets & Tailwind CSS

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

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