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