Golden Hour
#f1b457
Golden Hour, represented by the hex value #f1b457, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f1b457 | |
|---|---|---|
| RGB | rgb(241, 180, 87) | |
| HSL | hsl(36, 85%, 64%) | |
| CMYK | cmyk(0%, 25%, 64%, 5%) | |
| LAB | lab(78, 16, 55) | |
| OKLCH | oklch(0.81 0.13 75) |
Color harmonies
Tints & shades
Code snippets
color: #f1b457;
background-color: #f1b457;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1B457)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.71, blue: 0.34, alpha: 1.0)