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