Powder Blue (Blue)
#ACDEFF
RGB: 172, 222, 255
Color OverviewHEX #ACDEFF

#ACDEFF Color Code Information

In the RGB color space, #ACDEFF is composed of 67% red, 87% green, and 100% blue. In the HSL color space, it has a hue of 204°, saturation of 100%, and lightness of 84%.

HEX
#ACDEFF
RGB
172, 222, 255
HSL
204°, 100%, 84%
HSV
204°, 33%, 100%
CMYK
33%, 13%, 0%, 0%
Name Match
Powder Blue
Closest Standard

Shades of #ACDEFF (Darker Variations)

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

Tints of #ACDEFF (Lighter Variations)

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

Tones of #ACDEFF (Muted Variations)

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

Color Harmonies for #ACDEFF

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

Developer Code Snippets & Tailwind CSS

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

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