Silver (Neutral)
#BCC4C9
RGB: 188, 196, 201
Color OverviewHEX #BCC4C9

#BCC4C9 Color Code Information

In the RGB color space, #BCC4C9 is composed of 74% red, 77% green, and 79% blue. In the HSL color space, it has a hue of 203°, saturation of 11%, and lightness of 76%.

HEX
#BCC4C9
RGB
188, 196, 201
HSL
203°, 11%, 76%
HSV
203°, 6%, 79%
CMYK
6%, 2%, 0%, 21%
Name Match
Silver
Closest Standard

Shades of #BCC4C9 (Darker Variations)

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

Tints of #BCC4C9 (Lighter Variations)

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

Tones of #BCC4C9 (Muted Variations)

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

Color Harmonies for #BCC4C9

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

Developer Code Snippets & Tailwind CSS

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

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