Light Gray (Neutral)
#DBCBDD
RGB: 219, 203, 221
Color OverviewHEX #DBCBDD

#DBCBDD Color Code Information

In the RGB color space, #DBCBDD is composed of 86% red, 80% green, and 87% blue. In the HSL color space, it has a hue of 293°, saturation of 21%, and lightness of 83%.

HEX
#DBCBDD
RGB
219, 203, 221
HSL
293°, 21%, 83%
HSV
293°, 8%, 87%
CMYK
1%, 8%, 0%, 13%
Name Match
Light Gray
Closest Standard

Shades of #DBCBDD (Darker Variations)

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

Tints of #DBCBDD (Lighter Variations)

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

Tones of #DBCBDD (Muted Variations)

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

Color Harmonies for #DBCBDD

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

Developer Code Snippets & Tailwind CSS

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

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