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