Alice Blue (Blue)
#EDEFFB
RGB: 237, 239, 251
Color OverviewHEX #EDEFFB

#EDEFFB Color Code Information

In the RGB color space, #EDEFFB is composed of 93% red, 94% green, and 98% blue. In the HSL color space, it has a hue of 231°, saturation of 64%, and lightness of 96%.

HEX
#EDEFFB
RGB
237, 239, 251
HSL
231°, 64%, 96%
HSV
231°, 6%, 98%
CMYK
6%, 5%, 0%, 2%
Name Match
Alice Blue
Closest Standard

Shades of #EDEFFB (Darker Variations)

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

Tints of #EDEFFB (Lighter Variations)

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

Tones of #EDEFFB (Muted Variations)

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

Color Harmonies for #EDEFFB

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

Developer Code Snippets & Tailwind CSS

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

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