Lavender (Purple)
#E4ECFD
RGB: 228, 236, 253
Color OverviewHEX #E4ECFD

#E4ECFD Color Code Information

In the RGB color space, #E4ECFD is composed of 89% red, 93% green, and 99% blue. In the HSL color space, it has a hue of 221°, saturation of 86%, and lightness of 94%.

HEX
#E4ECFD
RGB
228, 236, 253
HSL
221°, 86%, 94%
HSV
221°, 10%, 99%
CMYK
10%, 7%, 0%, 1%
Name Match
Lavender
Closest Standard

Shades of #E4ECFD (Darker Variations)

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

Tints of #E4ECFD (Lighter Variations)

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

Tones of #E4ECFD (Muted Variations)

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

Color Harmonies for #E4ECFD

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

Developer Code Snippets & Tailwind CSS

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

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