Wheat — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #F5DEB3 | |
| RGB | rgb(245, 222, 179) | |
| HSL | hsl(39, 77%, 83%) |
Shades of Wheat
| #F0CC8A | #EABA61 | #E5A938 | #D4941C | #AC7716 | #835B11 | #5A3F0C | #322306 |
Tints of Wheat
| #F6E0B7 | #F6E2BB | #F7E4C0 | #F7E6C4 | #F8E7C9 | #F9E9CD | #F9EBD2 | #FAEDD6 |
Color Pairings & Harmony
|
Complementary
#B2CAF5
|
Analogous +30°
#EBF5B2
|
Analogous −30°
#F5BCB2
|
Triadic +120°
#B2F5DE
|
Triadic −120°
#DEB2F5
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #F5DEB3;
}
.element-bg {
background-color: #F5DEB3;
color: #000000;
}
.element-border {
border: 2px solid #F5DEB3;
}
About Wheat
Wheat is a very light color with high saturation, defined by the hex code #F5DEB3. Its exact color model values are rgb(245, 222, 179) in RGB and hsl(39, 77%, 83%) in HSL (hue 39°, saturation 77%, lightness 83%). On a white background the contrast ratio is 1.31:1 — Fail, and on black it is 15.98:1 — AAA pass for normal text. Use Wheat for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →