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