Silver (Neutral)
#C6C6CA
RGB: 198, 198, 202
Color OverviewHEX #C6C6CA

#C6C6CA Color Code Information

In the RGB color space, #C6C6CA is composed of 78% red, 78% green, and 79% blue. In the HSL color space, it has a hue of 240°, saturation of 4%, and lightness of 78%.

HEX
#C6C6CA
RGB
198, 198, 202
HSL
240°, 4%, 78%
HSV
240°, 2%, 79%
CMYK
2%, 2%, 0%, 21%
Name Match
Silver
Closest Standard

Shades of #C6C6CA (Darker Variations)

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

Tints of #C6C6CA (Lighter Variations)

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

Tones of #C6C6CA (Muted Variations)

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

Color Harmonies for #C6C6CA

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

Developer Code Snippets & Tailwind CSS

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

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