Gainsboro (Neutral)
#DBE4DF
RGB: 219, 228, 223
Color OverviewHEX #DBE4DF

#DBE4DF Color Code Information

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

HEX
#DBE4DF
RGB
219, 228, 223
HSL
147°, 14%, 88%
HSV
147°, 4%, 89%
CMYK
4%, 0%, 2%, 11%
Name Match
Gainsboro
Closest Standard

Shades of #DBE4DF (Darker Variations)

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

Tints of #DBE4DF (Lighter Variations)

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

Tones of #DBE4DF (Muted Variations)

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

Color Harmonies for #DBE4DF

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

Developer Code Snippets & Tailwind CSS

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

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