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