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