Light Blue (Blue)
#A4DAE5
RGB: 164, 218, 229
Color OverviewHEX #A4DAE5

#A4DAE5 Color Code Information

In the RGB color space, #A4DAE5 is composed of 64% red, 85% green, and 90% blue. In the HSL color space, it has a hue of 190°, saturation of 56%, and lightness of 77%.

HEX
#A4DAE5
RGB
164, 218, 229
HSL
190°, 56%, 77%
HSV
190°, 28%, 90%
CMYK
28%, 5%, 0%, 10%
Name Match
Light Blue
Closest Standard

Shades of #A4DAE5 (Darker Variations)

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

Tints of #A4DAE5 (Lighter Variations)

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

Tones of #A4DAE5 (Muted Variations)

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

Color Harmonies for #A4DAE5

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

Developer Code Snippets & Tailwind CSS

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

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