Powder Blue (Blue)
#C5DFED
RGB: 197, 223, 237
Color OverviewHEX #C5DFED

#C5DFED Color Code Information

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

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

Shades of #C5DFED (Darker Variations)

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

Tints of #C5DFED (Lighter Variations)

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

Tones of #C5DFED (Muted Variations)

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

Color Harmonies for #C5DFED

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

Developer Code Snippets & Tailwind CSS

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

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