Powder Blue (Blue)
#C5ECE6
RGB: 197, 236, 230
Color OverviewHEX #C5ECE6

#C5ECE6 Color Code Information

In the RGB color space, #C5ECE6 is composed of 77% red, 93% green, and 90% blue. In the HSL color space, it has a hue of 171°, saturation of 51%, and lightness of 85%.

HEX
#C5ECE6
RGB
197, 236, 230
HSL
171°, 51%, 85%
HSV
171°, 17%, 93%
CMYK
17%, 0%, 3%, 7%
Name Match
Powder Blue
Closest Standard

Shades of #C5ECE6 (Darker Variations)

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

Tints of #C5ECE6 (Lighter Variations)

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

Tones of #C5ECE6 (Muted Variations)

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

Color Harmonies for #C5ECE6

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

Developer Code Snippets & Tailwind CSS

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

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