Fernweh
#977b2f
Fernweh is a color with the hex code #977b2f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #977b2f | |
|---|---|---|
| RGB | rgb(151, 123, 47) | |
| HSL | hsl(44, 53%, 39%) | |
| CMYK | cmyk(0%, 19%, 69%, 41%) | |
| LAB | lab(53, 5, 44) | |
| OKLCH | oklch(0.59 0.1 89) |
Color harmonies
Tints & shades
Code snippets
color: #977b2f;
background-color: #977b2f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF977B2F)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.48, blue: 0.18, alpha: 1.0)