Firefly Glow
#fff3a1
Firefly Glow is a color with the hex code #fff3a1. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fff3a1 | |
|---|---|---|
| RGB | rgb(255, 243, 161) | |
| HSL | hsl(52, 100%, 82%) | |
| CMYK | cmyk(0%, 5%, 37%, 0%) | |
| LAB | lab(95, -4, 41) | |
| OKLCH | oklch(0.96 0.103 101) |
Color harmonies
Tints & shades
Code snippets
color: #fff3a1;
background-color: #fff3a1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFF3A1)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.95, blue: 0.63, alpha: 1.0)