Light Gray (Neutral)
#DCCBD7
RGB: 220, 203, 215
Color OverviewHEX #DCCBD7

#DCCBD7 Color Code Information

In the RGB color space, #DCCBD7 is composed of 86% red, 80% green, and 84% blue. In the HSL color space, it has a hue of 318°, saturation of 20%, and lightness of 83%.

HEX
#DCCBD7
RGB
220, 203, 215
HSL
318°, 20%, 83%
HSV
318°, 8%, 86%
CMYK
0%, 8%, 2%, 14%
Name Match
Light Gray
Closest Standard

Shades of #DCCBD7 (Darker Variations)

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

Tints of #DCCBD7 (Lighter Variations)

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

Tones of #DCCBD7 (Muted Variations)

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

Color Harmonies for #DCCBD7

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

Developer Code Snippets & Tailwind CSS

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

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