Powder Blue (Blue)
#A2F1FB
RGB: 162, 241, 251
Color OverviewHEX #A2F1FB
#A2F1FB Color Code Information
In the RGB color space, #A2F1FB is composed of 64% red, 95% green, and 98% blue. In the HSL color space, it has a hue of 187°, saturation of 92%, and lightness of 81%.
HEX
#A2F1FB
RGB
162, 241, 251
HSL
187°, 92%, 81%
HSV
187°, 35%, 98%
CMYK
35%, 4%, 0%, 2%
Name Match
Powder Blue
Closest StandardShades of #A2F1FB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A2F1FB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A2F1FB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A2F1FB
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 #A2F1FB Background
Contrast Ratio against Pure White (#FFFFFF):1.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A2F1FB Background
Contrast Ratio against Pure Black (#000000):16.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A2F1FB;
}
.element {
color: #A2F1FB;
background-color: #A2F1FB;
border-color: #A2F1FB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A2F1FB] text-[#A2F1FB] border-[#A2F1FB]"> Content styled with #A2F1FB </div>