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