Limon
#f7eb73
Looking for the precise values behind Limon (#f7eb73)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f7eb73 | |
|---|---|---|
| RGB | rgb(247, 235, 115) | |
| HSL | hsl(55, 89%, 71%) | |
| CMYK | cmyk(0%, 5%, 53%, 3%) | |
| LAB | lab(92, -7, 59) | |
| OKLCH | oklch(0.93 0.142 104) |
Color harmonies
Tints & shades
Code snippets
color: #f7eb73;
background-color: #f7eb73;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7EB73)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.92, blue: 0.45, alpha: 1.0)