Silver (Neutral)
#B6BABE
RGB: 182, 186, 190
Color OverviewHEX #B6BABE

#B6BABE Color Code Information

In the RGB color space, #B6BABE is composed of 71% red, 73% green, and 75% blue. In the HSL color space, it has a hue of 210°, saturation of 6%, and lightness of 73%.

HEX
#B6BABE
RGB
182, 186, 190
HSL
210°, 6%, 73%
HSV
210°, 4%, 75%
CMYK
4%, 2%, 0%, 25%
Name Match
Silver
Closest Standard

Shades of #B6BABE (Darker Variations)

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

Tints of #B6BABE (Lighter Variations)

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

Tones of #B6BABE (Muted Variations)

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

Color Harmonies for #B6BABE

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

Developer Code Snippets & Tailwind CSS

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

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