Garden of Eden
#7fa771
Garden of Eden, represented by the hex value #7fa771, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #7fa771 | |
|---|---|---|
| RGB | rgb(127, 167, 113) | |
| HSL | hsl(104, 23%, 55%) | |
| CMYK | cmyk(24%, 0%, 32%, 35%) | |
| LAB | lab(65, -22, 23) | |
| OKLCH | oklch(0.68 0.088 138) |
Color harmonies
Tints & shades
Code snippets
color: #7fa771;
background-color: #7fa771;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF7FA771)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.65, blue: 0.44, alpha: 1.0)