Light Gray (Neutral)
#D3CFD2
RGB: 211, 207, 210
Color OverviewHEX #D3CFD2

#D3CFD2 Color Code Information

In the RGB color space, #D3CFD2 is composed of 83% red, 81% green, and 82% blue. In the HSL color space, it has a hue of 315°, saturation of 4%, and lightness of 82%.

HEX
#D3CFD2
RGB
211, 207, 210
HSL
315°, 4%, 82%
HSV
315°, 2%, 83%
CMYK
0%, 2%, 0%, 17%
Name Match
Light Gray
Closest Standard

Shades of #D3CFD2 (Darker Variations)

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

Tints of #D3CFD2 (Lighter Variations)

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

Tones of #D3CFD2 (Muted Variations)

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

Color Harmonies for #D3CFD2

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

Developer Code Snippets & Tailwind CSS

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

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