Pickled
#b3a74b
Pickled is a color with the hex code #b3a74b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b3a74b | |
|---|---|---|
| RGB | rgb(179, 167, 75) | |
| HSL | hsl(53, 41%, 50%) | |
| CMYK | cmyk(0%, 7%, 58%, 30%) | |
| LAB | lab(68, -4, 48) | |
| OKLCH | oklch(0.72 0.114 102) |
Color harmonies
Tints & shades
Code snippets
color: #b3a74b;
background-color: #b3a74b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB3A74B)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.65, blue: 0.29, alpha: 1.0)