#F5DEB3
wheat
#F5DEB3 is a orange colour. In RGB it is 245 red, 222 green and 179 blue, which converts to a hue of 39 degrees, 77% saturation and 83% lightness. It is one of the named CSS colours, written as wheat in stylesheets.
Color values
| HEX | #F5DEB3 |
|---|---|
| RGB | rgb(245, 222, 179) |
| HSL | hsl(39, 77%, 83%) |
| HSV | hsv(39, 27%, 96%) |
| CMYK | cmyk(0%, 9%, 27%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 1.31:1, and against black it is 15.98:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.31:1 | Fail | Fail |
| Black | 15.98:1 | AAA | AAA |
Tints and shades
Lighter tints move #F5DEB3 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F5DEB3; |
|---|---|
| CSS rgb() | color: rgb(245 222 179); |
| Tailwind | bg-[#f5deb3] |
| SwiftUI | Color(red: 0.961, green: 0.871, blue: 0.702) |
| Android | Color.parseColor("#F5DEB3") |