Fuzzy Duckling
#ffea70
Fuzzy Duckling is a color with the hex code #ffea70. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffea70 | |
|---|---|---|
| RGB | rgb(255, 234, 112) | |
| HSL | hsl(51, 100%, 72%) | |
| CMYK | cmyk(0%, 8%, 56%, 0%) | |
| LAB | lab(93, -3, 61) | |
| OKLCH | oklch(0.93 0.143 100) |
Color harmonies
Tints & shades
Code snippets
color: #ffea70;
background-color: #ffea70;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEA70)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.92, blue: 0.44, alpha: 1.0)