Silver (Neutral)
#C2C3BF
RGB: 194, 195, 191
Color OverviewHEX #C2C3BF

#C2C3BF Color Code Information

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

HEX
#C2C3BF
RGB
194, 195, 191
HSL
75°, 3%, 76%
HSV
75°, 2%, 76%
CMYK
1%, 0%, 2%, 24%
Name Match
Silver
Closest Standard

Shades of #C2C3BF (Darker Variations)

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

Tints of #C2C3BF (Lighter Variations)

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

Tones of #C2C3BF (Muted Variations)

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

Color Harmonies for #C2C3BF

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

Developer Code Snippets & Tailwind CSS

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

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