Lemon Zest
#f9d857
Lemon Zest is a color with the hex code #f9d857. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f9d857 | |
|---|---|---|
| RGB | rgb(249, 216, 87) | |
| HSL | hsl(48, 93%, 66%) | |
| CMYK | cmyk(0%, 13%, 65%, 2%) | |
| LAB | lab(87, 2, 66) | |
| OKLCH | oklch(0.89 0.149 95) |
Color harmonies
Tints & shades
Code snippets
color: #f9d857;
background-color: #f9d857;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9D857)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.85, blue: 0.34, alpha: 1.0)