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