Light Blue (Blue)
#A0D1EA
RGB: 160, 209, 234
Color OverviewHEX #A0D1EA

#A0D1EA Color Code Information

In the RGB color space, #A0D1EA is composed of 63% red, 82% green, and 92% blue. In the HSL color space, it has a hue of 200°, saturation of 64%, and lightness of 77%.

HEX
#A0D1EA
RGB
160, 209, 234
HSL
200°, 64%, 77%
HSV
200°, 32%, 92%
CMYK
32%, 11%, 0%, 8%
Name Match
Light Blue
Closest Standard

Shades of #A0D1EA (Darker Variations)

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

Tints of #A0D1EA (Lighter Variations)

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

Tones of #A0D1EA (Muted Variations)

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

Color Harmonies for #A0D1EA

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

Developer Code Snippets & Tailwind CSS

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

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