In a Pickle
#978c59
In a Pickle is a color with the hex code #978c59. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #978c59 | |
|---|---|---|
| RGB | rgb(151, 140, 89) | |
| HSL | hsl(49, 26%, 47%) | |
| CMYK | cmyk(0%, 7%, 41%, 41%) | |
| LAB | lab(58, -1, 29) | |
| OKLCH | oklch(0.64 0.071 97) |
Color harmonies
Tints & shades
Code snippets
color: #978c59;
background-color: #978c59;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF978C59)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.55, blue: 0.35, alpha: 1.0)