Silver (Neutral)
#C8C4CF
RGB: 200, 196, 207
Color OverviewHEX #C8C4CF

#C8C4CF Color Code Information

In the RGB color space, #C8C4CF is composed of 78% red, 77% green, and 81% blue. In the HSL color space, it has a hue of 262°, saturation of 10%, and lightness of 79%.

HEX
#C8C4CF
RGB
200, 196, 207
HSL
262°, 10%, 79%
HSV
262°, 5%, 81%
CMYK
3%, 5%, 0%, 19%
Name Match
Silver
Closest Standard

Shades of #C8C4CF (Darker Variations)

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

Tints of #C8C4CF (Lighter Variations)

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

Tones of #C8C4CF (Muted Variations)

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

Color Harmonies for #C8C4CF

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

Developer Code Snippets & Tailwind CSS

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

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