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