Light Steel Blue (Blue)
#BEBED6
RGB: 190, 190, 214
Color OverviewHEX #BEBED6

#BEBED6 Color Code Information

In the RGB color space, #BEBED6 is composed of 75% red, 75% green, and 84% blue. In the HSL color space, it has a hue of 240°, saturation of 23%, and lightness of 79%.

HEX
#BEBED6
RGB
190, 190, 214
HSL
240°, 23%, 79%
HSV
240°, 11%, 84%
CMYK
11%, 11%, 0%, 16%
Name Match
Light Steel Blue
Closest Standard

Shades of #BEBED6 (Darker Variations)

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

Tints of #BEBED6 (Lighter Variations)

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

Tones of #BEBED6 (Muted Variations)

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

Color Harmonies for #BEBED6

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

Developer Code Snippets & Tailwind CSS

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

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