Yuzu Marmalade
#ffd766
Yuzu Marmalade, represented by the hex value #ffd766, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffd766 | |
|---|---|---|
| RGB | rgb(255, 215, 102) | |
| HSL | hsl(44, 100%, 70%) | |
| CMYK | cmyk(0%, 16%, 60%, 0%) | |
| LAB | lab(88, 5, 60) | |
| OKLCH | oklch(0.89 0.138 90) |
Color harmonies
Tints & shades
Code snippets
color: #ffd766;
background-color: #ffd766;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD766)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.84, blue: 0.40, alpha: 1.0)