Light Steel Blue (Blue)
#A1B4EF
RGB: 161, 180, 239
Color OverviewHEX #A1B4EF

#A1B4EF Color Code Information

In the RGB color space, #A1B4EF is composed of 63% red, 71% green, and 94% blue. In the HSL color space, it has a hue of 225°, saturation of 71%, and lightness of 78%.

HEX
#A1B4EF
RGB
161, 180, 239
HSL
225°, 71%, 78%
HSV
225°, 33%, 94%
CMYK
33%, 25%, 0%, 6%
Name Match
Light Steel Blue
Closest Standard

Shades of #A1B4EF (Darker Variations)

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

Tints of #A1B4EF (Lighter Variations)

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

Tones of #A1B4EF (Muted Variations)

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

Color Harmonies for #A1B4EF

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

Developer Code Snippets & Tailwind CSS

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

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