Wheat
#fbdd7e
Looking for the precise values behind Wheat (#fbdd7e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #fbdd7e | |
|---|---|---|
| RGB | rgb(251, 221, 126) | |
| HSL | hsl(46, 94%, 74%) | |
| CMYK | cmyk(0%, 12%, 50%, 2%) | |
| LAB | lab(89, 2, 50) | |
| OKLCH | oklch(0.9 0.12 92) |
Color harmonies
Tints & shades
Code snippets
color: #fbdd7e;
background-color: #fbdd7e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBDD7E)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.87, blue: 0.49, alpha: 1.0)