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