Powder Blue (Blue)
#C0DDDB
RGB: 192, 221, 219
Color OverviewHEX #C0DDDB

#C0DDDB Color Code Information

In the RGB color space, #C0DDDB is composed of 75% red, 87% green, and 86% blue. In the HSL color space, it has a hue of 176°, saturation of 30%, and lightness of 81%.

HEX
#C0DDDB
RGB
192, 221, 219
HSL
176°, 30%, 81%
HSV
176°, 13%, 87%
CMYK
13%, 0%, 1%, 13%
Name Match
Powder Blue
Closest Standard

Shades of #C0DDDB (Darker Variations)

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

Tints of #C0DDDB (Lighter Variations)

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

Tones of #C0DDDB (Muted Variations)

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

Color Harmonies for #C0DDDB

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

Developer Code Snippets & Tailwind CSS

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

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