Herbalist
#969e86
Herbalist, represented by the hex value #969e86, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #969e86 | |
|---|---|---|
| RGB | rgb(150, 158, 134) | |
| HSL | hsl(80, 11%, 57%) | |
| CMYK | cmyk(5%, 0%, 15%, 38%) | |
| LAB | lab(64, -6, 12) | |
| OKLCH | oklch(0.69 0.035 122) |
Color harmonies
Tints & shades
Code snippets
color: #969e86;
background-color: #969e86;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF969E86)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.62, blue: 0.53, alpha: 1.0)