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