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