Artisans Gold
#f2ab46
Artisans Gold, represented by the hex value #f2ab46, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f2ab46 | |
|---|---|---|
| RGB | rgb(242, 171, 70) | |
| HSL | hsl(35, 87%, 61%) | |
| CMYK | cmyk(0%, 29%, 71%, 5%) | |
| LAB | lab(76, 20, 61) | |
| OKLCH | oklch(0.79 0.141 72) |
Color harmonies
Tints & shades
Code snippets
color: #f2ab46;
background-color: #f2ab46;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2AB46)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.67, blue: 0.27, alpha: 1.0)