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