Goldenrod
#fdcb18
Here's everything about the color Goldenrod (#fdcb18) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #fdcb18 | |
|---|---|---|
| RGB | rgb(253, 203, 24) | |
| HSL | hsl(47, 98%, 54%) | |
| CMYK | cmyk(0%, 20%, 91%, 1%) | |
| LAB | lab(84, 8, 82) | |
| OKLCH | oklch(0.86 0.173 90) |
Color harmonies
Tints & shades
Code snippets
color: #fdcb18;
background-color: #fdcb18;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDCB18)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.80, blue: 0.09, alpha: 1.0)