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