Gainsboro (Neutral)
#DCDEE4
RGB: 220, 222, 228
Color OverviewHEX #DCDEE4

#DCDEE4 Color Code Information

In the RGB color space, #DCDEE4 is composed of 86% red, 87% green, and 89% blue. In the HSL color space, it has a hue of 225°, saturation of 13%, and lightness of 88%.

HEX
#DCDEE4
RGB
220, 222, 228
HSL
225°, 13%, 88%
HSV
225°, 4%, 89%
CMYK
4%, 3%, 0%, 11%
Name Match
Gainsboro
Closest Standard

Shades of #DCDEE4 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #DCDEE4 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #DCDEE4 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #DCDEE4

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #DCDEE4 Background
Contrast Ratio against Pure White (#FFFFFF):1.35 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DCDEE4 Background
Contrast Ratio against Pure Black (#000000):15.61 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #DCDEE4;
}

.element {
  color: #DCDEE4;
  background-color: #DCDEE4;
  border-color: #DCDEE4;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#DCDEE4] text-[#DCDEE4] border-[#DCDEE4]">
  Content styled with #DCDEE4
</div>