Pineapple Gold
#ffc72c
Pineapple Gold is a color with the hex code #ffc72c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffc72c | |
|---|---|---|
| RGB | rgb(255, 199, 44) | |
| HSL | hsl(44, 100%, 59%) | |
| CMYK | cmyk(0%, 22%, 83%, 0%) | |
| LAB | lab(84, 11, 77) | |
| OKLCH | oklch(0.86 0.165 87) |
Color harmonies
Tints & shades
Code snippets
color: #ffc72c;
background-color: #ffc72c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFC72C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.78, blue: 0.17, alpha: 1.0)