Light Gray (Neutral)
#DBC1DD
RGB: 219, 193, 221
Color OverviewHEX #DBC1DD

#DBC1DD Color Code Information

In the RGB color space, #DBC1DD is composed of 86% red, 76% green, and 87% blue. In the HSL color space, it has a hue of 296°, saturation of 29%, and lightness of 81%.

HEX
#DBC1DD
RGB
219, 193, 221
HSL
296°, 29%, 81%
HSV
296°, 13%, 87%
CMYK
1%, 13%, 0%, 13%
Name Match
Light Gray
Closest Standard

Shades of #DBC1DD (Darker Variations)

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

Tints of #DBC1DD (Lighter Variations)

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

Tones of #DBC1DD (Muted Variations)

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

Color Harmonies for #DBC1DD

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

Developer Code Snippets & Tailwind CSS

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

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