Gold
#ffd700
Gold, represented by the hex value #ffd700, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffd700 | |
|---|---|---|
| RGB | rgb(255, 215, 0) | |
| HSL | hsl(51, 100%, 50%) | |
| CMYK | cmyk(0%, 16%, 100%, 0%) | |
| LAB | lab(87, 3, 87) | |
| OKLCH | oklch(0.89 0.182 95) |
Color harmonies
Tints & shades
Code snippets
color: #ffd700;
background-color: #ffd700;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFD700)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.84, blue: 0.00, alpha: 1.0)