Light Steel Blue (Blue)
#C1BAED
RGB: 193, 186, 237
Color OverviewHEX #C1BAED

#C1BAED Color Code Information

In the RGB color space, #C1BAED is composed of 76% red, 73% green, and 93% blue. In the HSL color space, it has a hue of 248°, saturation of 59%, and lightness of 83%.

HEX
#C1BAED
RGB
193, 186, 237
HSL
248°, 59%, 83%
HSV
248°, 22%, 93%
CMYK
19%, 22%, 0%, 7%
Name Match
Light Steel Blue
Closest Standard

Shades of #C1BAED (Darker Variations)

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

Tints of #C1BAED (Lighter Variations)

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

Tones of #C1BAED (Muted Variations)

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

Color Harmonies for #C1BAED

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

Developer Code Snippets & Tailwind CSS

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

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