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