Silver (Neutral)
#BFC2CF
RGB: 191, 194, 207
Color OverviewHEX #BFC2CF

#BFC2CF Color Code Information

In the RGB color space, #BFC2CF is composed of 75% red, 76% green, and 81% blue. In the HSL color space, it has a hue of 229°, saturation of 14%, and lightness of 78%.

HEX
#BFC2CF
RGB
191, 194, 207
HSL
229°, 14%, 78%
HSV
229°, 8%, 81%
CMYK
8%, 6%, 0%, 19%
Name Match
Silver
Closest Standard

Shades of #BFC2CF (Darker Variations)

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

Tints of #BFC2CF (Lighter Variations)

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

Tones of #BFC2CF (Muted Variations)

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

Color Harmonies for #BFC2CF

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

Developer Code Snippets & Tailwind CSS

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

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