Silver (Neutral)
#BCB2CD
RGB: 188, 178, 205
Color OverviewHEX #BCB2CD

#BCB2CD Color Code Information

In the RGB color space, #BCB2CD is composed of 74% red, 70% green, and 80% blue. In the HSL color space, it has a hue of 262°, saturation of 21%, and lightness of 75%.

HEX
#BCB2CD
RGB
188, 178, 205
HSL
262°, 21%, 75%
HSV
262°, 13%, 80%
CMYK
8%, 13%, 0%, 20%
Name Match
Silver
Closest Standard

Shades of #BCB2CD (Darker Variations)

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

Tints of #BCB2CD (Lighter Variations)

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

Tones of #BCB2CD (Muted Variations)

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

Color Harmonies for #BCB2CD

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

Developer Code Snippets & Tailwind CSS

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

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