Alice Blue (Blue)
#E0F6FA
RGB: 224, 246, 250
Color OverviewHEX #E0F6FA

#E0F6FA Color Code Information

In the RGB color space, #E0F6FA is composed of 88% red, 96% green, and 98% blue. In the HSL color space, it has a hue of 189°, saturation of 72%, and lightness of 93%.

HEX
#E0F6FA
RGB
224, 246, 250
HSL
189°, 72%, 93%
HSV
189°, 10%, 98%
CMYK
10%, 2%, 0%, 2%
Name Match
Alice Blue
Closest Standard

Shades of #E0F6FA (Darker Variations)

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

Tints of #E0F6FA (Lighter Variations)

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

Tones of #E0F6FA (Muted Variations)

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

Color Harmonies for #E0F6FA

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

Developer Code Snippets & Tailwind CSS

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

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