Silver (Neutral)
#C4CDBC
RGB: 196, 205, 188
Color OverviewHEX #C4CDBC

#C4CDBC Color Code Information

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

HEX
#C4CDBC
RGB
196, 205, 188
HSL
92°, 15%, 77%
HSV
92°, 8%, 80%
CMYK
4%, 0%, 8%, 20%
Name Match
Silver
Closest Standard

Shades of #C4CDBC (Darker Variations)

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

Tints of #C4CDBC (Lighter Variations)

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

Tones of #C4CDBC (Muted Variations)

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

Color Harmonies for #C4CDBC

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

Developer Code Snippets & Tailwind CSS

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

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