Banana Flash
#eefe02
Banana Flash is a color with the hex code #eefe02. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #eefe02 | |
|---|---|---|
| RGB | rgb(238, 254, 2) | |
| HSL | hsl(64, 99%, 50%) | |
| CMYK | cmyk(6%, 0%, 99%, 0%) | |
| LAB | lab(96, -22, 91) | |
| OKLCH | oklch(0.95 0.214 114) |
Color harmonies
Tints & shades
Code snippets
color: #eefe02;
background-color: #eefe02;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEEFE02)
/* Swift / UIKit */
UIColor(red: 0.93, green: 1.00, blue: 0.01, alpha: 1.0)