Glowing Lantern
#fbb736
Here's everything about the color Glowing Lantern (#fbb736) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fbb736 | |
|---|---|---|
| RGB | rgb(251, 183, 54) | |
| HSL | hsl(39, 96%, 60%) | |
| CMYK | cmyk(0%, 27%, 78%, 2%) | |
| LAB | lab(79, 18, 70) | |
| OKLCH | oklch(0.82 0.156 79) |
Color harmonies
Tints & shades
Code snippets
color: #fbb736;
background-color: #fbb736;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBB736)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.72, blue: 0.21, alpha: 1.0)