Light Steel Blue (Blue)
#AAD4D1
RGB: 170, 212, 209
Color OverviewHEX #AAD4D1

#AAD4D1 Color Code Information

In the RGB color space, #AAD4D1 is composed of 67% red, 83% green, and 82% blue. In the HSL color space, it has a hue of 176°, saturation of 33%, and lightness of 75%.

HEX
#AAD4D1
RGB
170, 212, 209
HSL
176°, 33%, 75%
HSV
176°, 20%, 83%
CMYK
20%, 0%, 1%, 17%
Name Match
Light Steel Blue
Closest Standard

Shades of #AAD4D1 (Darker Variations)

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

Tints of #AAD4D1 (Lighter Variations)

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

Tones of #AAD4D1 (Muted Variations)

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

Color Harmonies for #AAD4D1

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

Developer Code Snippets & Tailwind CSS

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

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