Lavender (Purple)
#E0F2EC
RGB: 224, 242, 236
Color OverviewHEX #E0F2EC

#E0F2EC Color Code Information

In the RGB color space, #E0F2EC is composed of 88% red, 95% green, and 93% blue. In the HSL color space, it has a hue of 160°, saturation of 41%, and lightness of 91%.

HEX
#E0F2EC
RGB
224, 242, 236
HSL
160°, 41%, 91%
HSV
160°, 7%, 95%
CMYK
7%, 0%, 2%, 5%
Name Match
Lavender
Closest Standard

Shades of #E0F2EC (Darker Variations)

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

Tints of #E0F2EC (Lighter Variations)

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

Tones of #E0F2EC (Muted Variations)

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

Color Harmonies for #E0F2EC

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

Developer Code Snippets & Tailwind CSS

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

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