Banana Pepper
#fdd630
Banana Pepper is a color with the hex code #fdd630. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fdd630 | |
|---|---|---|
| RGB | rgb(253, 214, 48) | |
| HSL | hsl(49, 98%, 59%) | |
| CMYK | cmyk(0%, 15%, 81%, 1%) | |
| LAB | lab(87, 3, 79) | |
| OKLCH | oklch(0.88 0.171 95) |
Color harmonies
Tints & shades
Code snippets
color: #fdd630;
background-color: #fdd630;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDD630)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.84, blue: 0.19, alpha: 1.0)