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