Walking on Sunshine
#fcfc9d
Walking on Sunshine is a color with the hex code #fcfc9d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fcfc9d | |
|---|---|---|
| RGB | rgb(252, 252, 157) | |
| HSL | hsl(60, 94%, 80%) | |
| CMYK | cmyk(0%, 0%, 38%, 1%) | |
| LAB | lab(97, -10, 45) | |
| OKLCH | oklch(0.97 0.117 108) |
Color harmonies
Tints & shades
Code snippets
color: #fcfc9d;
background-color: #fcfc9d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCFC9D)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.99, blue: 0.62, alpha: 1.0)