Nectar Jackpot
#f0d38f
Nectar Jackpot, represented by the hex value #f0d38f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f0d38f | |
|---|---|---|
| RGB | rgb(240, 211, 143) | |
| HSL | hsl(42, 76%, 75%) | |
| CMYK | cmyk(0%, 12%, 40%, 6%) | |
| LAB | lab(86, 4, 38) | |
| OKLCH | oklch(0.88 0.092 87) |
Color harmonies
Tints & shades
Code snippets
color: #f0d38f;
background-color: #f0d38f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0D38F)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.83, blue: 0.56, alpha: 1.0)