Gainsboro (Neutral)
#DBDFDE
RGB: 219, 223, 222
Color OverviewHEX #DBDFDE

#DBDFDE Color Code Information

In the RGB color space, #DBDFDE is composed of 86% red, 87% green, and 87% blue. In the HSL color space, it has a hue of 165°, saturation of 6%, and lightness of 87%.

HEX
#DBDFDE
RGB
219, 223, 222
HSL
165°, 6%, 87%
HSV
165°, 2%, 87%
CMYK
2%, 0%, 0%, 13%
Name Match
Gainsboro
Closest Standard

Shades of #DBDFDE (Darker Variations)

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

Tints of #DBDFDE (Lighter Variations)

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

Tones of #DBDFDE (Muted Variations)

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

Color Harmonies for #DBDFDE

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 #DBDFDE Background
Contrast Ratio against Pure White (#FFFFFF):1.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #DBDFDE Background
Contrast Ratio against Pure Black (#000000):15.62 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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