Sorreno Lemon
#f1d058
Looking for the precise values behind Sorreno Lemon (#f1d058)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f1d058 | |
|---|---|---|
| RGB | rgb(241, 208, 88) | |
| HSL | hsl(47, 85%, 65%) | |
| CMYK | cmyk(0%, 14%, 63%, 5%) | |
| LAB | lab(85, 2, 62) | |
| OKLCH | oklch(0.86 0.142 94) |
Color harmonies
Tints & shades
Code snippets
color: #f1d058;
background-color: #f1d058;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1D058)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.82, blue: 0.35, alpha: 1.0)