Powder Blue (Blue)
#C2E0DD
RGB: 194, 224, 221
Color OverviewHEX #C2E0DD

#C2E0DD Color Code Information

In the RGB color space, #C2E0DD is composed of 76% red, 88% green, and 87% blue. In the HSL color space, it has a hue of 174°, saturation of 33%, and lightness of 82%.

HEX
#C2E0DD
RGB
194, 224, 221
HSL
174°, 33%, 82%
HSV
174°, 13%, 88%
CMYK
13%, 0%, 1%, 12%
Name Match
Powder Blue
Closest Standard

Shades of #C2E0DD (Darker Variations)

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

Tints of #C2E0DD (Lighter Variations)

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

Tones of #C2E0DD (Muted Variations)

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

Color Harmonies for #C2E0DD

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

Developer Code Snippets & Tailwind CSS

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

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