Hippie Trail
#c6aa2b
Hippie Trail, represented by the hex value #c6aa2b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c6aa2b | |
|---|---|---|
| RGB | rgb(198, 170, 43) | |
| HSL | hsl(49, 64%, 47%) | |
| CMYK | cmyk(0%, 14%, 78%, 22%) | |
| LAB | lab(71, 1, 64) | |
| OKLCH | oklch(0.74 0.14 96) |
Color harmonies
Tints & shades
Code snippets
color: #c6aa2b;
background-color: #c6aa2b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC6AA2B)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.67, blue: 0.17, alpha: 1.0)