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