Lavender (Purple)
#E0E9FF
RGB: 224, 233, 255
Color OverviewHEX #E0E9FF

#E0E9FF Color Code Information

In the RGB color space, #E0E9FF is composed of 88% red, 91% green, and 100% blue. In the HSL color space, it has a hue of 223°, saturation of 100%, and lightness of 94%.

HEX
#E0E9FF
RGB
224, 233, 255
HSL
223°, 100%, 94%
HSV
223°, 12%, 100%
CMYK
12%, 9%, 0%, 0%
Name Match
Lavender
Closest Standard

Shades of #E0E9FF (Darker Variations)

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

Tints of #E0E9FF (Lighter Variations)

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

Tones of #E0E9FF (Muted Variations)

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

Color Harmonies for #E0E9FF

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

Developer Code Snippets & Tailwind CSS

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

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