Rubber Ducky
#facf58
Rubber Ducky is a color with the hex code #facf58. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #facf58 | |
|---|---|---|
| RGB | rgb(250, 207, 88) | |
| HSL | hsl(44, 94%, 66%) | |
| CMYK | cmyk(0%, 17%, 65%, 2%) | |
| LAB | lab(85, 6, 63) | |
| OKLCH | oklch(0.87 0.143 89) |
Color harmonies
Tints & shades
Code snippets
color: #facf58;
background-color: #facf58;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFACF58)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.81, blue: 0.35, alpha: 1.0)