Lichen
#8ebaa6
Lichen is a color with the hex code #8ebaa6. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #8ebaa6 | |
|---|---|---|
| RGB | rgb(142, 186, 166) | |
| HSL | hsl(153, 24%, 64%) | |
| CMYK | cmyk(24%, 0%, 11%, 27%) | |
| LAB | lab(72, -18, 5) | |
| OKLCH | oklch(0.75 0.055 165) |
Color harmonies
Tints & shades
Code snippets
color: #8ebaa6;
background-color: #8ebaa6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF8EBAA6)
/* Swift / UIKit */
UIColor(red: 0.56, green: 0.73, blue: 0.65, alpha: 1.0)