Silver (Neutral)
#C6C6BE
RGB: 198, 198, 190
Color OverviewHEX #C6C6BE

#C6C6BE Color Code Information

In the RGB color space, #C6C6BE is composed of 78% red, 78% green, and 75% blue. In the HSL color space, it has a hue of 60°, saturation of 7%, and lightness of 76%.

HEX
#C6C6BE
RGB
198, 198, 190
HSL
60°, 7%, 76%
HSV
60°, 4%, 78%
CMYK
0%, 0%, 4%, 22%
Name Match
Silver
Closest Standard

Shades of #C6C6BE (Darker Variations)

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

Tints of #C6C6BE (Lighter Variations)

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

Tones of #C6C6BE (Muted Variations)

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

Color Harmonies for #C6C6BE

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

Developer Code Snippets & Tailwind CSS

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

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