Farmer’s Market
#8f917c
Looking for the precise values behind Farmer’s Market (#8f917c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8f917c | |
|---|---|---|
| RGB | rgb(143, 145, 124) | |
| HSL | hsl(66, 9%, 53%) | |
| CMYK | cmyk(1%, 0%, 14%, 43%) | |
| LAB | lab(60, -4, 11) | |
| OKLCH | oklch(0.65 0.03 112) |
Color harmonies
Tints & shades
Code snippets
color: #8f917c;
background-color: #8f917c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8F917C)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.57, blue: 0.49, alpha: 1.0)