Powder Blue (Blue)
#B0E8D6
RGB: 176, 232, 214
Color OverviewHEX #B0E8D6

#B0E8D6 Color Code Information

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

HEX
#B0E8D6
RGB
176, 232, 214
HSL
161°, 55%, 80%
HSV
161°, 24%, 91%
CMYK
24%, 0%, 8%, 9%
Name Match
Powder Blue
Closest Standard

Shades of #B0E8D6 (Darker Variations)

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

Tints of #B0E8D6 (Lighter Variations)

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

Tones of #B0E8D6 (Muted Variations)

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

Color Harmonies for #B0E8D6

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

Developer Code Snippets & Tailwind CSS

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

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