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