Envy
#8ba58f
Here's everything about the color Envy (#8ba58f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #8ba58f | |
|---|---|---|
| RGB | rgb(139, 165, 143) | |
| HSL | hsl(129, 13%, 60%) | |
| CMYK | cmyk(16%, 0%, 13%, 35%) | |
| LAB | lab(65, -13, 8) | |
| OKLCH | oklch(0.7 0.043 150) |
Color harmonies
Tints & shades
Code snippets
color: #8ba58f;
background-color: #8ba58f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF8BA58F)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.65, blue: 0.56, alpha: 1.0)