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