Artichoke
#8f9779
Looking for the precise values behind Artichoke (#8f9779)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8f9779 | |
|---|---|---|
| RGB | rgb(143, 151, 121) | |
| HSL | hsl(76, 13%, 53%) | |
| CMYK | cmyk(5%, 0%, 20%, 41%) | |
| LAB | lab(61, -7, 15) | |
| OKLCH | oklch(0.66 0.044 120) |
Color harmonies
Tints & shades
Code snippets
color: #8f9779;
background-color: #8f9779;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8F9779)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.59, blue: 0.47, alpha: 1.0)