Light Gray (Neutral)
#CCDEC5
RGB: 204, 222, 197
Color OverviewHEX #CCDEC5
#CCDEC5 Color Code Information
In the RGB color space, #CCDEC5 is composed of 80% red, 87% green, and 77% blue. In the HSL color space, it has a hue of 103°, saturation of 27%, and lightness of 82%.
HEX
#CCDEC5
RGB
204, 222, 197
HSL
103°, 27%, 82%
HSV
103°, 11%, 87%
CMYK
8%, 0%, 11%, 13%
Name Match
Light Gray
Closest StandardShades of #CCDEC5 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CCDEC5 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CCDEC5 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CCDEC5
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #CCDEC5 Background
Contrast Ratio against Pure White (#FFFFFF):1.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CCDEC5 Background
Contrast Ratio against Pure Black (#000000):14.82 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CCDEC5;
}
.element {
color: #CCDEC5;
background-color: #CCDEC5;
border-color: #CCDEC5;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CCDEC5] text-[#CCDEC5] border-[#CCDEC5]"> Content styled with #CCDEC5 </div>