Light Gray (Neutral)
#CFD6DC
RGB: 207, 214, 220
Color OverviewHEX #CFD6DC

#CFD6DC Color Code Information

In the RGB color space, #CFD6DC is composed of 81% red, 84% green, and 86% blue. In the HSL color space, it has a hue of 208°, saturation of 16%, and lightness of 84%.

HEX
#CFD6DC
RGB
207, 214, 220
HSL
208°, 16%, 84%
HSV
208°, 6%, 86%
CMYK
6%, 3%, 0%, 14%
Name Match
Light Gray
Closest Standard

Shades of #CFD6DC (Darker Variations)

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

Tints of #CFD6DC (Lighter Variations)

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

Tones of #CFD6DC (Muted Variations)

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

Color Harmonies for #CFD6DC

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

Developer Code Snippets & Tailwind CSS

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

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