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