Light Gray (Neutral)
#CECCC5
RGB: 206, 204, 197
Color OverviewHEX #CECCC5
#CECCC5 Color Code Information
In the RGB color space, #CECCC5 is composed of 81% red, 80% green, and 77% blue. In the HSL color space, it has a hue of 47°, saturation of 8%, and lightness of 79%.
HEX
#CECCC5
RGB
206, 204, 197
HSL
47°, 8%, 79%
HSV
47°, 4%, 81%
CMYK
0%, 1%, 4%, 19%
Name Match
Light Gray
Closest StandardShades of #CECCC5 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CECCC5 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CECCC5 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CECCC5
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 #CECCC5 Background
Contrast Ratio against Pure White (#FFFFFF):1.61 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CECCC5 Background
Contrast Ratio against Pure Black (#000000):13.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CECCC5;
}
.element {
color: #CECCC5;
background-color: #CECCC5;
border-color: #CECCC5;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CECCC5] text-[#CECCC5] border-[#CECCC5]"> Content styled with #CECCC5 </div>