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