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