Light Steel Blue (Blue)
#A2BAEB
RGB: 162, 186, 235
Color OverviewHEX #A2BAEB

#A2BAEB Color Code Information

In the RGB color space, #A2BAEB is composed of 64% red, 73% green, and 92% blue. In the HSL color space, it has a hue of 220°, saturation of 65%, and lightness of 78%.

HEX
#A2BAEB
RGB
162, 186, 235
HSL
220°, 65%, 78%
HSV
220°, 31%, 92%
CMYK
31%, 21%, 0%, 8%
Name Match
Light Steel Blue
Closest Standard

Shades of #A2BAEB (Darker Variations)

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

Tints of #A2BAEB (Lighter Variations)

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

Tones of #A2BAEB (Muted Variations)

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

Color Harmonies for #A2BAEB

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

Developer Code Snippets & Tailwind CSS

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

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