Light Steel Blue (Blue)
#BABFEA
RGB: 186, 191, 234
Color OverviewHEX #BABFEA

#BABFEA Color Code Information

In the RGB color space, #BABFEA is composed of 73% red, 75% green, and 92% blue. In the HSL color space, it has a hue of 234°, saturation of 53%, and lightness of 82%.

HEX
#BABFEA
RGB
186, 191, 234
HSL
234°, 53%, 82%
HSV
234°, 21%, 92%
CMYK
21%, 18%, 0%, 8%
Name Match
Light Steel Blue
Closest Standard

Shades of #BABFEA (Darker Variations)

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

Tints of #BABFEA (Lighter Variations)

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

Tones of #BABFEA (Muted Variations)

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

Color Harmonies for #BABFEA

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

Developer Code Snippets & Tailwind CSS

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

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