Haystack
#cfac47
Here's everything about the color Haystack (#cfac47) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cfac47 | |
|---|---|---|
| RGB | rgb(207, 172, 71) | |
| HSL | hsl(45, 59%, 55%) | |
| CMYK | cmyk(0%, 17%, 66%, 19%) | |
| LAB | lab(72, 5, 55) | |
| OKLCH | oklch(0.76 0.125 90) |
Color harmonies
Tints & shades
Code snippets
color: #cfac47;
background-color: #cfac47;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFAC47)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.67, blue: 0.28, alpha: 1.0)