Lavender (Purple)
#E0E1ED
RGB: 224, 225, 237
Color OverviewHEX #E0E1ED
#E0E1ED Color Code Information
In the RGB color space, #E0E1ED is composed of 88% red, 88% green, and 93% blue. In the HSL color space, it has a hue of 235°, saturation of 27%, and lightness of 90%.
HEX
#E0E1ED
RGB
224, 225, 237
HSL
235°, 27%, 90%
HSV
235°, 5%, 93%
CMYK
5%, 5%, 0%, 7%
Name Match
Lavender
Closest StandardShades of #E0E1ED (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E0E1ED (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E0E1ED (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E0E1ED
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #E0E1ED Background
Contrast Ratio against Pure White (#FFFFFF):1.3 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E0E1ED 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: #E0E1ED;
}
.element {
color: #E0E1ED;
background-color: #E0E1ED;
border-color: #E0E1ED;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E0E1ED] text-[#E0E1ED] border-[#E0E1ED]"> Content styled with #E0E1ED </div>