Alice Blue (Blue)
#E6F7FF
RGB: 230, 247, 255
Color OverviewHEX #E6F7FF

#E6F7FF Color Code Information

In the RGB color space, #E6F7FF is composed of 90% red, 97% green, and 100% blue. In the HSL color space, it has a hue of 199°, saturation of 100%, and lightness of 95%.

HEX
#E6F7FF
RGB
230, 247, 255
HSL
199°, 100%, 95%
HSV
199°, 10%, 100%
CMYK
10%, 3%, 0%, 0%
Name Match
Alice Blue
Closest Standard

Shades of #E6F7FF (Darker Variations)

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

Tints of #E6F7FF (Lighter Variations)

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

Tones of #E6F7FF (Muted Variations)

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

Color Harmonies for #E6F7FF

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

Developer Code Snippets & Tailwind CSS

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

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