Lavender (Purple)
#E7E4EA
RGB: 231, 228, 234
Color OverviewHEX #E7E4EA

#E7E4EA Color Code Information

In the RGB color space, #E7E4EA is composed of 91% red, 89% green, and 92% blue. In the HSL color space, it has a hue of 270°, saturation of 12%, and lightness of 91%.

HEX
#E7E4EA
RGB
231, 228, 234
HSL
270°, 12%, 91%
HSV
270°, 3%, 92%
CMYK
1%, 3%, 0%, 8%
Name Match
Lavender
Closest Standard

Shades of #E7E4EA (Darker Variations)

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

Tints of #E7E4EA (Lighter Variations)

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

Tones of #E7E4EA (Muted Variations)

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

Color Harmonies for #E7E4EA

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

Developer Code Snippets & Tailwind CSS

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

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