Silver (Neutral)
#BCC1BF
RGB: 188, 193, 191
Color OverviewHEX #BCC1BF

#BCC1BF Color Code Information

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

HEX
#BCC1BF
RGB
188, 193, 191
HSL
156°, 4%, 75%
HSV
156°, 3%, 76%
CMYK
3%, 0%, 1%, 24%
Name Match
Silver
Closest Standard

Shades of #BCC1BF (Darker Variations)

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

Tints of #BCC1BF (Lighter Variations)

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

Tones of #BCC1BF (Muted Variations)

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

Color Harmonies for #BCC1BF

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

Developer Code Snippets & Tailwind CSS

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

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