Light Gray (Neutral)
#CFCFC6
RGB: 207, 207, 198
Color OverviewHEX #CFCFC6

#CFCFC6 Color Code Information

In the RGB color space, #CFCFC6 is composed of 81% red, 81% green, and 78% blue. In the HSL color space, it has a hue of 60°, saturation of 9%, and lightness of 79%.

HEX
#CFCFC6
RGB
207, 207, 198
HSL
60°, 9%, 79%
HSV
60°, 4%, 81%
CMYK
0%, 0%, 4%, 19%
Name Match
Light Gray
Closest Standard

Shades of #CFCFC6 (Darker Variations)

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

Tints of #CFCFC6 (Lighter Variations)

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

Tones of #CFCFC6 (Muted Variations)

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

Color Harmonies for #CFCFC6

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

Developer Code Snippets & Tailwind CSS

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

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