A Frond in Need
#9f9978
Looking for the precise values behind A Frond in Need (#9f9978)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9f9978 | |
|---|---|---|
| RGB | rgb(159, 153, 120) | |
| HSL | hsl(51, 17%, 55%) | |
| CMYK | cmyk(0%, 4%, 25%, 38%) | |
| LAB | lab(63, -2, 18) | |
| OKLCH | oklch(0.68 0.047 99) |
Color harmonies
Tints & shades
Code snippets
color: #9f9978;
background-color: #9f9978;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9F9978)
/* Swift / UIKit */
UIColor(red: 0.62, green: 0.60, blue: 0.47, alpha: 1.0)