Silver (Neutral)
#B8AFB0
RGB: 184, 175, 176
Color OverviewHEX #B8AFB0

#B8AFB0 Color Code Information

In the RGB color space, #B8AFB0 is composed of 72% red, 69% green, and 69% blue. In the HSL color space, it has a hue of 353°, saturation of 6%, and lightness of 70%.

HEX
#B8AFB0
RGB
184, 175, 176
HSL
353°, 6%, 70%
HSV
353°, 5%, 72%
CMYK
0%, 5%, 4%, 28%
Name Match
Silver
Closest Standard

Shades of #B8AFB0 (Darker Variations)

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

Tints of #B8AFB0 (Lighter Variations)

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

Tones of #B8AFB0 (Muted Variations)

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

Color Harmonies for #B8AFB0

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

Developer Code Snippets & Tailwind CSS

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

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