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