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