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