Light Steel Blue (Blue)
#BFC1DF
RGB: 191, 193, 223
Color OverviewHEX #BFC1DF

#BFC1DF Color Code Information

In the RGB color space, #BFC1DF is composed of 75% red, 76% green, and 87% blue. In the HSL color space, it has a hue of 236°, saturation of 33%, and lightness of 81%.

HEX
#BFC1DF
RGB
191, 193, 223
HSL
236°, 33%, 81%
HSV
236°, 14%, 87%
CMYK
14%, 13%, 0%, 13%
Name Match
Light Steel Blue
Closest Standard

Shades of #BFC1DF (Darker Variations)

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

Tints of #BFC1DF (Lighter Variations)

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

Tones of #BFC1DF (Muted Variations)

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

Color Harmonies for #BFC1DF

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

Developer Code Snippets & Tailwind CSS

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

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