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