Banana Republic
#ffe292
Looking for the precise values behind Banana Republic (#ffe292)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffe292 | |
|---|---|---|
| RGB | rgb(255, 226, 146) | |
| HSL | hsl(44, 100%, 79%) | |
| CMYK | cmyk(0%, 11%, 43%, 0%) | |
| LAB | lab(91, 3, 43) | |
| OKLCH | oklch(0.92 0.104 90) |
Color harmonies
Tints & shades
Code snippets
color: #ffe292;
background-color: #ffe292;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFE292)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.89, blue: 0.57, alpha: 1.0)