Powder Blue (Blue)
#ADE1DE
RGB: 173, 225, 222
Color OverviewHEX #ADE1DE

#ADE1DE Color Code Information

In the RGB color space, #ADE1DE is composed of 68% red, 88% green, and 87% blue. In the HSL color space, it has a hue of 177°, saturation of 46%, and lightness of 78%.

HEX
#ADE1DE
RGB
173, 225, 222
HSL
177°, 46%, 78%
HSV
177°, 23%, 88%
CMYK
23%, 0%, 1%, 12%
Name Match
Powder Blue
Closest Standard

Shades of #ADE1DE (Darker Variations)

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

Tints of #ADE1DE (Lighter Variations)

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

Tones of #ADE1DE (Muted Variations)

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

Color Harmonies for #ADE1DE

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

Developer Code Snippets & Tailwind CSS

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

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