Silver (Neutral)
#BFC4CF
RGB: 191, 196, 207
Color OverviewHEX #BFC4CF

#BFC4CF Color Code Information

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

HEX
#BFC4CF
RGB
191, 196, 207
HSL
221°, 14%, 78%
HSV
221°, 8%, 81%
CMYK
8%, 5%, 0%, 19%
Name Match
Silver
Closest Standard

Shades of #BFC4CF (Darker Variations)

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

Tints of #BFC4CF (Lighter Variations)

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

Tones of #BFC4CF (Muted Variations)

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

Color Harmonies for #BFC4CF

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

Developer Code Snippets & Tailwind CSS

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

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