Silver (Neutral)
#B8D5BF
RGB: 184, 213, 191
Color OverviewHEX #B8D5BF

#B8D5BF Color Code Information

In the RGB color space, #B8D5BF is composed of 72% red, 84% green, and 75% blue. In the HSL color space, it has a hue of 134°, saturation of 26%, and lightness of 78%.

HEX
#B8D5BF
RGB
184, 213, 191
HSL
134°, 26%, 78%
HSV
134°, 14%, 84%
CMYK
14%, 0%, 10%, 16%
Name Match
Silver
Closest Standard

Shades of #B8D5BF (Darker Variations)

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

Tints of #B8D5BF (Lighter Variations)

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

Tones of #B8D5BF (Muted Variations)

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

Color Harmonies for #B8D5BF

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

Developer Code Snippets & Tailwind CSS

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

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