Silver (Neutral)
#CEC7C0
RGB: 206, 199, 192
Color OverviewHEX #CEC7C0

#CEC7C0 Color Code Information

In the RGB color space, #CEC7C0 is composed of 81% red, 78% green, and 75% blue. In the HSL color space, it has a hue of 30°, saturation of 13%, and lightness of 78%.

HEX
#CEC7C0
RGB
206, 199, 192
HSL
30°, 13%, 78%
HSV
30°, 7%, 81%
CMYK
0%, 3%, 7%, 19%
Name Match
Silver
Closest Standard

Shades of #CEC7C0 (Darker Variations)

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

Tints of #CEC7C0 (Lighter Variations)

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

Tones of #CEC7C0 (Muted Variations)

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

Color Harmonies for #CEC7C0

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

Developer Code Snippets & Tailwind CSS

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

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