Silver (Neutral)
#BCB8AD
RGB: 188, 184, 173
Color OverviewHEX #BCB8AD

#BCB8AD Color Code Information

In the RGB color space, #BCB8AD is composed of 74% red, 72% green, and 68% blue. In the HSL color space, it has a hue of 44°, saturation of 10%, and lightness of 71%.

HEX
#BCB8AD
RGB
188, 184, 173
HSL
44°, 10%, 71%
HSV
44°, 8%, 74%
CMYK
0%, 2%, 8%, 26%
Name Match
Silver
Closest Standard

Shades of #BCB8AD (Darker Variations)

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

Tints of #BCB8AD (Lighter Variations)

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

Tones of #BCB8AD (Muted Variations)

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

Color Harmonies for #BCB8AD

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

Developer Code Snippets & Tailwind CSS

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

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