Foliage
#95b388
Foliage is a color with the hex code #95b388. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #95b388 | |
|---|---|---|
| RGB | rgb(149, 179, 136) | |
| HSL | hsl(102, 22%, 62%) | |
| CMYK | cmyk(17%, 0%, 24%, 30%) | |
| LAB | lab(70, -17, 19) | |
| OKLCH | oklch(0.73 0.069 136) |
Color harmonies
Tints & shades
Code snippets
color: #95b388;
background-color: #95b388;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF95B388)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.70, blue: 0.53, alpha: 1.0)