Lemon
#fff700
Lemon is a color with the hex code #fff700. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fff700 | |
|---|---|---|
| RGB | rgb(255, 247, 0) | |
| HSL | hsl(58, 100%, 50%) | |
| CMYK | cmyk(0%, 3%, 100%, 0%) | |
| LAB | lab(96, -12, 92) | |
| OKLCH | oklch(0.95 0.204 107) |
Color harmonies
Tints & shades
Code snippets
color: #fff700;
background-color: #fff700;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF700)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.97, blue: 0.00, alpha: 1.0)