Wheat Hex Code — #F5DEB3
RGB, HSL, and CMYK values for Wheat.
Wheat Color Values
| Format | Value |
|---|---|
| HEX | #F5DEB3 |
| RGB | rgb(245, 222, 179) |
| HSL | hsl(39, 77%, 83%) |
| CMYK | cmyk(0%, 9%, 27%, 4%) |
Want to explore more shades? Use our Color Converter
About Wheat
Color psychology: Naturalness, simplicity.
Wheat (#F5DEB3) is a light shade of brown. It's commonly used in web design, graphic design, and branding where naturalness, simplicity are desired associations.
How to Use Wheat in CSS
/* Using HEX */ color: #F5DEB3; background-color: #F5DEB3; /* Using RGB */ color: rgb(245, 222, 179); /* Using HSL */ color: hsl(39, 77%, 83%);