Candy Corn
#fcfc5d
Candy Corn is a color with the hex code #fcfc5d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fcfc5d | |
|---|---|---|
| RGB | rgb(252, 252, 93) | |
| HSL | hsl(60, 96%, 68%) | |
| CMYK | cmyk(0%, 0%, 63%, 1%) | |
| LAB | lab(97, -14, 73) | |
| OKLCH | oklch(0.96 0.175 109) |
Color harmonies
Tints & shades
Code snippets
color: #fcfc5d;
background-color: #fcfc5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFCFC5D)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.99, blue: 0.36, alpha: 1.0)