Silver (Neutral)
#C6CDBC
RGB: 198, 205, 188
Color OverviewHEX #C6CDBC

#C6CDBC Color Code Information

In the RGB color space, #C6CDBC is composed of 78% red, 80% green, and 74% blue. In the HSL color space, it has a hue of 85°, saturation of 15%, and lightness of 77%.

HEX
#C6CDBC
RGB
198, 205, 188
HSL
85°, 15%, 77%
HSV
85°, 8%, 80%
CMYK
3%, 0%, 8%, 20%
Name Match
Silver
Closest Standard

Shades of #C6CDBC (Darker Variations)

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

Tints of #C6CDBC (Lighter Variations)

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

Tones of #C6CDBC (Muted Variations)

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

Color Harmonies for #C6CDBC

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

Developer Code Snippets & Tailwind CSS

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

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