Gainsboro (Neutral)
#DBCDE1
RGB: 219, 205, 225
Color OverviewHEX #DBCDE1

#DBCDE1 Color Code Information

In the RGB color space, #DBCDE1 is composed of 86% red, 80% green, and 88% blue. In the HSL color space, it has a hue of 282°, saturation of 25%, and lightness of 84%.

HEX
#DBCDE1
RGB
219, 205, 225
HSL
282°, 25%, 84%
HSV
282°, 9%, 88%
CMYK
3%, 9%, 0%, 12%
Name Match
Gainsboro
Closest Standard

Shades of #DBCDE1 (Darker Variations)

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

Tints of #DBCDE1 (Lighter Variations)

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

Tones of #DBCDE1 (Muted Variations)

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

Color Harmonies for #DBCDE1

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

Developer Code Snippets & Tailwind CSS

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

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