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