Powder Blue (Blue)
#B0E9D6
RGB: 176, 233, 214
Color OverviewHEX #B0E9D6

#B0E9D6 Color Code Information

In the RGB color space, #B0E9D6 is composed of 69% red, 91% green, and 84% blue. In the HSL color space, it has a hue of 160°, saturation of 56%, and lightness of 80%.

HEX
#B0E9D6
RGB
176, 233, 214
HSL
160°, 56%, 80%
HSV
160°, 24%, 91%
CMYK
24%, 0%, 8%, 9%
Name Match
Powder Blue
Closest Standard

Shades of #B0E9D6 (Darker Variations)

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

Tints of #B0E9D6 (Lighter Variations)

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

Tones of #B0E9D6 (Muted Variations)

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

Color Harmonies for #B0E9D6

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

Developer Code Snippets & Tailwind CSS

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

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