Duckling Fluff
#fafc5d
Duckling Fluff, represented by the hex value #fafc5d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fafc5d | |
|---|---|---|
| RGB | rgb(250, 252, 93) | |
| HSL | hsl(61, 96%, 68%) | |
| CMYK | cmyk(1%, 0%, 63%, 1%) | |
| LAB | lab(97, -15, 73) | |
| OKLCH | oklch(0.96 0.176 110) |
Color harmonies
Tints & shades
Code snippets
color: #fafc5d;
background-color: #fafc5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAFC5D)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.99, blue: 0.36, alpha: 1.0)