Lavender (Purple)
#E5E2EF
RGB: 229, 226, 239
Color OverviewHEX #E5E2EF

#E5E2EF Color Code Information

In the RGB color space, #E5E2EF is composed of 90% red, 89% green, and 94% blue. In the HSL color space, it has a hue of 254°, saturation of 29%, and lightness of 91%.

HEX
#E5E2EF
RGB
229, 226, 239
HSL
254°, 29%, 91%
HSV
254°, 5%, 94%
CMYK
4%, 5%, 0%, 6%
Name Match
Lavender
Closest Standard

Shades of #E5E2EF (Darker Variations)

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

Tints of #E5E2EF (Lighter Variations)

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

Tones of #E5E2EF (Muted Variations)

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

Color Harmonies for #E5E2EF

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

Developer Code Snippets & Tailwind CSS

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

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