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