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