Lightning Bug
#efde74
Lightning Bug, represented by the hex value #efde74, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #efde74 | |
|---|---|---|
| RGB | rgb(239, 222, 116) | |
| HSL | hsl(52, 79%, 70%) | |
| CMYK | cmyk(0%, 7%, 51%, 6%) | |
| LAB | lab(88, -4, 54) | |
| OKLCH | oklch(0.89 0.128 100) |
Color harmonies
Tints & shades
Code snippets
color: #efde74;
background-color: #efde74;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFDE74)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.87, blue: 0.45, alpha: 1.0)