Fluffy Duckling
#fcdf39
Fluffy Duckling is a color with the hex code #fcdf39. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fcdf39 | |
|---|---|---|
| RGB | rgb(252, 223, 57) | |
| HSL | hsl(51, 97%, 61%) | |
| CMYK | cmyk(0%, 12%, 77%, 1%) | |
| LAB | lab(89, -1, 78) | |
| OKLCH | oklch(0.9 0.172 99) |
Color harmonies
Tints & shades
Code snippets
color: #fcdf39;
background-color: #fcdf39;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCDF39)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.87, blue: 0.22, alpha: 1.0)