Super Banana
#fffe71
Super Banana is a color with the hex code #fffe71. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fffe71 | |
|---|---|---|
| RGB | rgb(255, 254, 113) | |
| HSL | hsl(60, 100%, 72%) | |
| CMYK | cmyk(0%, 0%, 56%, 0%) | |
| LAB | lab(98, -13, 66) | |
| OKLCH | oklch(0.97 0.162 109) |
Color harmonies
Tints & shades
Code snippets
color: #fffe71;
background-color: #fffe71;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFFE71)
/* Swift / UIKit */
UIColor(red: 1.00, green: 1.00, blue: 0.44, alpha: 1.0)