Jackpot
#d19431
Looking for the precise values behind Jackpot (#d19431)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d19431 | |
|---|---|---|
| RGB | rgb(209, 148, 49) | |
| HSL | hsl(37, 63%, 51%) | |
| CMYK | cmyk(0%, 29%, 77%, 18%) | |
| LAB | lab(66, 17, 58) | |
| OKLCH | oklch(0.71 0.132 75) |
Color harmonies
Tints & shades
Code snippets
color: #d19431;
background-color: #d19431;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFD19431)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.58, blue: 0.19, alpha: 1.0)