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