Dandelion
#fedf08
Dandelion is a color with the hex code #fedf08. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fedf08 | |
|---|---|---|
| RGB | rgb(254, 223, 8) | |
| HSL | hsl(52, 99%, 51%) | |
| CMYK | cmyk(0%, 12%, 97%, 0%) | |
| LAB | lab(89, -1, 87) | |
| OKLCH | oklch(0.9 0.186 99) |
Color harmonies
Tints & shades
Code snippets
color: #fedf08;
background-color: #fedf08;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFEDF08)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.87, blue: 0.03, alpha: 1.0)