Liquid Gold
#fdc675
Liquid Gold, represented by the hex value #fdc675, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fdc675 | |
|---|---|---|
| RGB | rgb(253, 198, 117) | |
| HSL | hsl(36, 97%, 73%) | |
| CMYK | cmyk(0%, 22%, 54%, 1%) | |
| LAB | lab(84, 14, 48) | |
| OKLCH | oklch(0.86 0.117 76) |
Color harmonies
Tints & shades
Code snippets
color: #fdc675;
background-color: #fdc675;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFDC675)
/* Swift / UIKit */
UIColor(red: 0.99, green: 0.78, blue: 0.46, alpha: 1.0)