Lavender (Purple)
#E1EDEB
RGB: 225, 237, 235
Color OverviewHEX #E1EDEB
#E1EDEB Color Code Information
In the RGB color space, #E1EDEB is composed of 88% red, 93% green, and 92% blue. In the HSL color space, it has a hue of 170°, saturation of 25%, and lightness of 91%.
HEX
#E1EDEB
RGB
225, 237, 235
HSL
170°, 25%, 91%
HSV
170°, 5%, 93%
CMYK
5%, 0%, 1%, 7%
Name Match
Lavender
Closest StandardShades of #E1EDEB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E1EDEB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E1EDEB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E1EDEB
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 #E1EDEB Background
Contrast Ratio against Pure White (#FFFFFF):1.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E1EDEB Background
Contrast Ratio against Pure Black (#000000):17.51 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E1EDEB;
}
.element {
color: #E1EDEB;
background-color: #E1EDEB;
border-color: #E1EDEB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E1EDEB] text-[#E1EDEB] border-[#E1EDEB]"> Content styled with #E1EDEB </div>