Lavender (Purple)
#E5E6FA
RGB: 229, 230, 250
Color OverviewHEX #E5E6FA

#E5E6FA Color Code Information

In the RGB color space, #E5E6FA is composed of 90% red, 90% green, and 98% blue. In the HSL color space, it has a hue of 237°, saturation of 68%, and lightness of 94%.

HEX
#E5E6FA
RGB
229, 230, 250
HSL
237°, 68%, 94%
HSV
237°, 8%, 98%
CMYK
8%, 8%, 0%, 2%
Name Match
Lavender
Closest Standard

Shades of #E5E6FA (Darker Variations)

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

Tints of #E5E6FA (Lighter Variations)

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

Tones of #E5E6FA (Muted Variations)

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

Color Harmonies for #E5E6FA

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

Developer Code Snippets & Tailwind CSS

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

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