Lavender (Purple)
#E7DDFD
RGB: 231, 221, 253
Color OverviewHEX #E7DDFD

#E7DDFD Color Code Information

In the RGB color space, #E7DDFD is composed of 91% red, 87% green, and 99% blue. In the HSL color space, it has a hue of 259°, saturation of 89%, and lightness of 93%.

HEX
#E7DDFD
RGB
231, 221, 253
HSL
259°, 89%, 93%
HSV
259°, 13%, 99%
CMYK
9%, 13%, 0%, 1%
Name Match
Lavender
Closest Standard

Shades of #E7DDFD (Darker Variations)

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

Tints of #E7DDFD (Lighter Variations)

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

Tones of #E7DDFD (Muted Variations)

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

Color Harmonies for #E7DDFD

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

Developer Code Snippets & Tailwind CSS

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

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