Silver (Neutral)
#CFC3C8
RGB: 207, 195, 200
Color OverviewHEX #CFC3C8

#CFC3C8 Color Code Information

In the RGB color space, #CFC3C8 is composed of 81% red, 76% green, and 78% blue. In the HSL color space, it has a hue of 335°, saturation of 11%, and lightness of 79%.

HEX
#CFC3C8
RGB
207, 195, 200
HSL
335°, 11%, 79%
HSV
335°, 6%, 81%
CMYK
0%, 6%, 3%, 19%
Name Match
Silver
Closest Standard

Shades of #CFC3C8 (Darker Variations)

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

Tints of #CFC3C8 (Lighter Variations)

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

Tones of #CFC3C8 (Muted Variations)

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

Color Harmonies for #CFC3C8

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

Developer Code Snippets & Tailwind CSS

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

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