Jambalaya
#f7b572
Jambalaya, represented by the hex value #f7b572, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f7b572 | |
|---|---|---|
| RGB | rgb(247, 181, 114) | |
| HSL | hsl(30, 89%, 71%) | |
| CMYK | cmyk(0%, 27%, 54%, 3%) | |
| LAB | lab(79, 19, 44) | |
| OKLCH | oklch(0.82 0.114 66) |
Color harmonies
Tints & shades
Code snippets
color: #f7b572;
background-color: #f7b572;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF7B572)
/* Swift / UIKit */
UIColor(red: 0.97, green: 0.71, blue: 0.45, alpha: 1.0)