Light Gray (Neutral)
#CFD1CC
RGB: 207, 209, 204
Color OverviewHEX #CFD1CC

#CFD1CC Color Code Information

In the RGB color space, #CFD1CC is composed of 81% red, 82% green, and 80% blue. In the HSL color space, it has a hue of 84°, saturation of 5%, and lightness of 81%.

HEX
#CFD1CC
RGB
207, 209, 204
HSL
84°, 5%, 81%
HSV
84°, 2%, 82%
CMYK
1%, 0%, 2%, 18%
Name Match
Light Gray
Closest Standard

Shades of #CFD1CC (Darker Variations)

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

Tints of #CFD1CC (Lighter Variations)

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

Tones of #CFD1CC (Muted Variations)

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

Color Harmonies for #CFD1CC

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

Developer Code Snippets & Tailwind CSS

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

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