Powder Blue (Blue)
#C1EDF4
RGB: 193, 237, 244
Color OverviewHEX #C1EDF4
#C1EDF4 Color Code Information
In the RGB color space, #C1EDF4 is composed of 76% red, 93% green, and 96% blue. In the HSL color space, it has a hue of 188°, saturation of 70%, and lightness of 86%.
HEX
#C1EDF4
RGB
193, 237, 244
HSL
188°, 70%, 86%
HSV
188°, 21%, 96%
CMYK
21%, 3%, 0%, 4%
Name Match
Powder Blue
Closest StandardShades of #C1EDF4 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #C1EDF4 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #C1EDF4 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #C1EDF4
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 #C1EDF4 Background
Contrast Ratio against Pure White (#FFFFFF):1.26 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C1EDF4 Background
Contrast Ratio against Pure Black (#000000):16.69 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #C1EDF4;
}
.element {
color: #C1EDF4;
background-color: #C1EDF4;
border-color: #C1EDF4;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#C1EDF4] text-[#C1EDF4] border-[#C1EDF4]"> Content styled with #C1EDF4 </div>