Powder Blue (Blue)
#A7E4DE
RGB: 167, 228, 222
Color OverviewHEX #A7E4DE
#A7E4DE Color Code Information
In the RGB color space, #A7E4DE is composed of 65% red, 89% green, and 87% blue. In the HSL color space, it has a hue of 174°, saturation of 53%, and lightness of 77%.
HEX
#A7E4DE
RGB
167, 228, 222
HSL
174°, 53%, 77%
HSV
174°, 27%, 89%
CMYK
27%, 0%, 3%, 11%
Name Match
Powder Blue
Closest StandardShades of #A7E4DE (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A7E4DE (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A7E4DE (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A7E4DE
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A7E4DE Background
Contrast Ratio against Pure White (#FFFFFF):1.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A7E4DE Background
Contrast Ratio against Pure Black (#000000):14.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A7E4DE;
}
.element {
color: #A7E4DE;
background-color: #A7E4DE;
border-color: #A7E4DE;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A7E4DE] text-[#A7E4DE] border-[#A7E4DE]"> Content styled with #A7E4DE </div>