Alice Blue (Blue)
#ECF0FB
RGB: 236, 240, 251
Color OverviewHEX #ECF0FB

#ECF0FB Color Code Information

In the RGB color space, #ECF0FB is composed of 93% red, 94% green, and 98% blue. In the HSL color space, it has a hue of 224°, saturation of 65%, and lightness of 95%.

HEX
#ECF0FB
RGB
236, 240, 251
HSL
224°, 65%, 95%
HSV
224°, 6%, 98%
CMYK
6%, 4%, 0%, 2%
Name Match
Alice Blue
Closest Standard

Shades of #ECF0FB (Darker Variations)

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

Tints of #ECF0FB (Lighter Variations)

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

Tones of #ECF0FB (Muted Variations)

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

Color Harmonies for #ECF0FB

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

Developer Code Snippets & Tailwind CSS

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

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