Powder Blue (Blue)
#C3EEE0
RGB: 195, 238, 224
Color OverviewHEX #C3EEE0
#C3EEE0 Color Code Information
In the RGB color space, #C3EEE0 is composed of 76% red, 93% green, and 88% blue. In the HSL color space, it has a hue of 160°, saturation of 56%, and lightness of 85%.
HEX
#C3EEE0
RGB
195, 238, 224
HSL
160°, 56%, 85%
HSV
160°, 18%, 93%
CMYK
18%, 0%, 6%, 7%
Name Match
Powder Blue
Closest StandardShades of #C3EEE0 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C3EEE0 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C3EEE0 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C3EEE0
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #C3EEE0 Background
Contrast Ratio against Pure White (#FFFFFF):1.26 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C3EEE0 Background
Contrast Ratio against Pure Black (#000000):16.63 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C3EEE0;
}
.element {
color: #C3EEE0;
background-color: #C3EEE0;
border-color: #C3EEE0;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C3EEE0] text-[#C3EEE0] border-[#C3EEE0]"> Content styled with #C3EEE0 </div>