Light Gray (Neutral)
#CEC7CD
RGB: 206, 199, 205
Color OverviewHEX #CEC7CD

#CEC7CD Color Code Information

In the RGB color space, #CEC7CD is composed of 81% red, 78% green, and 80% blue. In the HSL color space, it has a hue of 309°, saturation of 7%, and lightness of 79%.

HEX
#CEC7CD
RGB
206, 199, 205
HSL
309°, 7%, 79%
HSV
309°, 3%, 81%
CMYK
0%, 3%, 0%, 19%
Name Match
Light Gray
Closest Standard

Shades of #CEC7CD (Darker Variations)

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

Tints of #CEC7CD (Lighter Variations)

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

Tones of #CEC7CD (Muted Variations)

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

Color Harmonies for #CEC7CD

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

Developer Code Snippets & Tailwind CSS

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

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