Silver (Neutral)
#B3ABC4
RGB: 179, 171, 196
Color OverviewHEX #B3ABC4

#B3ABC4 Color Code Information

In the RGB color space, #B3ABC4 is composed of 70% red, 67% green, and 77% blue. In the HSL color space, it has a hue of 259°, saturation of 17%, and lightness of 72%.

HEX
#B3ABC4
RGB
179, 171, 196
HSL
259°, 17%, 72%
HSV
259°, 13%, 77%
CMYK
9%, 13%, 0%, 23%
Name Match
Silver
Closest Standard

Shades of #B3ABC4 (Darker Variations)

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

Tints of #B3ABC4 (Lighter Variations)

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

Tones of #B3ABC4 (Muted Variations)

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

Color Harmonies for #B3ABC4

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

Developer Code Snippets & Tailwind CSS

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

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