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