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