Silver (Neutral)
#C0B7BA
RGB: 192, 183, 186
Color OverviewHEX #C0B7BA

#C0B7BA Color Code Information

In the RGB color space, #C0B7BA is composed of 75% red, 72% green, and 73% blue. In the HSL color space, it has a hue of 340°, saturation of 7%, and lightness of 74%.

HEX
#C0B7BA
RGB
192, 183, 186
HSL
340°, 7%, 74%
HSV
340°, 5%, 75%
CMYK
0%, 5%, 3%, 25%
Name Match
Silver
Closest Standard

Shades of #C0B7BA (Darker Variations)

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

Tints of #C0B7BA (Lighter Variations)

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

Tones of #C0B7BA (Muted Variations)

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

Color Harmonies for #C0B7BA

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

Developer Code Snippets & Tailwind CSS

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

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