Powder Blue (Blue)
#C4FBDC
RGB: 196, 251, 220
Color OverviewHEX #C4FBDC

#C4FBDC Color Code Information

In the RGB color space, #C4FBDC is composed of 77% red, 98% green, and 86% blue. In the HSL color space, it has a hue of 146°, saturation of 87%, and lightness of 88%.

HEX
#C4FBDC
RGB
196, 251, 220
HSL
146°, 87%, 88%
HSV
146°, 22%, 98%
CMYK
22%, 0%, 12%, 2%
Name Match
Powder Blue
Closest Standard

Shades of #C4FBDC (Darker Variations)

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

Tints of #C4FBDC (Lighter Variations)

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

Tones of #C4FBDC (Muted Variations)

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

Color Harmonies for #C4FBDC

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

Developer Code Snippets & Tailwind CSS

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

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