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