Light Gray (Neutral)
#DDC8DF
RGB: 221, 200, 223
Color OverviewHEX #DDC8DF

#DDC8DF Color Code Information

In the RGB color space, #DDC8DF is composed of 87% red, 78% green, and 87% blue. In the HSL color space, it has a hue of 295°, saturation of 26%, and lightness of 83%.

HEX
#DDC8DF
RGB
221, 200, 223
HSL
295°, 26%, 83%
HSV
295°, 10%, 87%
CMYK
1%, 10%, 0%, 13%
Name Match
Light Gray
Closest Standard

Shades of #DDC8DF (Darker Variations)

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

Tints of #DDC8DF (Lighter Variations)

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

Tones of #DDC8DF (Muted Variations)

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

Color Harmonies for #DDC8DF

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

Developer Code Snippets & Tailwind CSS

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

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