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