Light Blue (Blue)
#A1DDD9
RGB: 161, 221, 217
Color OverviewHEX #A1DDD9

#A1DDD9 Color Code Information

In the RGB color space, #A1DDD9 is composed of 63% red, 87% green, and 85% blue. In the HSL color space, it has a hue of 176°, saturation of 47%, and lightness of 75%.

HEX
#A1DDD9
RGB
161, 221, 217
HSL
176°, 47%, 75%
HSV
176°, 27%, 87%
CMYK
27%, 0%, 2%, 13%
Name Match
Light Blue
Closest Standard

Shades of #A1DDD9 (Darker Variations)

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

Tints of #A1DDD9 (Lighter Variations)

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

Tones of #A1DDD9 (Muted Variations)

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

Color Harmonies for #A1DDD9

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

Developer Code Snippets & Tailwind CSS

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

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