Light Gray (Neutral)
#D5CEDE
RGB: 213, 206, 222
Color OverviewHEX #D5CEDE

#D5CEDE Color Code Information

In the RGB color space, #D5CEDE is composed of 84% red, 81% green, and 87% blue. In the HSL color space, it has a hue of 266°, saturation of 20%, and lightness of 84%.

HEX
#D5CEDE
RGB
213, 206, 222
HSL
266°, 20%, 84%
HSV
266°, 7%, 87%
CMYK
4%, 7%, 0%, 13%
Name Match
Light Gray
Closest Standard

Shades of #D5CEDE (Darker Variations)

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

Tints of #D5CEDE (Lighter Variations)

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

Tones of #D5CEDE (Muted Variations)

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

Color Harmonies for #D5CEDE

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

Developer Code Snippets & Tailwind CSS

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

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