Herbal
#29ab87
Herbal, represented by the hex value #29ab87, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #29ab87 | |
|---|---|---|
| RGB | rgb(41, 171, 135) | |
| HSL | hsl(163, 61%, 42%) | |
| CMYK | cmyk(76%, 0%, 21%, 33%) | |
| LAB | lab(63, -42, 8) | |
| OKLCH | oklch(0.66 0.122 169) |
Color harmonies
Tints & shades
Code snippets
color: #29ab87;
background-color: #29ab87;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF29AB87)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.67, blue: 0.53, alpha: 1.0)