Powder Blue (Blue)
#C4EDDF
RGB: 196, 237, 223
Color OverviewHEX #C4EDDF

#C4EDDF Color Code Information

In the RGB color space, #C4EDDF is composed of 77% red, 93% green, and 87% blue. In the HSL color space, it has a hue of 160°, saturation of 53%, and lightness of 85%.

HEX
#C4EDDF
RGB
196, 237, 223
HSL
160°, 53%, 85%
HSV
160°, 17%, 93%
CMYK
17%, 0%, 6%, 7%
Name Match
Powder Blue
Closest Standard

Shades of #C4EDDF (Darker Variations)

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

Tints of #C4EDDF (Lighter Variations)

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

Tones of #C4EDDF (Muted Variations)

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

Color Harmonies for #C4EDDF

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

Developer Code Snippets & Tailwind CSS

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

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