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