Silver (Neutral)
#BFD2BC
RGB: 191, 210, 188
Color OverviewHEX #BFD2BC

#BFD2BC Color Code Information

In the RGB color space, #BFD2BC is composed of 75% red, 82% green, and 74% blue. In the HSL color space, it has a hue of 112°, saturation of 20%, and lightness of 78%.

HEX
#BFD2BC
RGB
191, 210, 188
HSL
112°, 20%, 78%
HSV
112°, 10%, 82%
CMYK
9%, 0%, 10%, 18%
Name Match
Silver
Closest Standard

Shades of #BFD2BC (Darker Variations)

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

Tints of #BFD2BC (Lighter Variations)

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

Tones of #BFD2BC (Muted Variations)

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

Color Harmonies for #BFD2BC

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

Developer Code Snippets & Tailwind CSS

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

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