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