Leafy
#679b6a
Leafy is a color with the hex code #679b6a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #679b6a | |
|---|---|---|
| RGB | rgb(103, 155, 106) | |
| HSL | hsl(123, 21%, 51%) | |
| CMYK | cmyk(34%, 0%, 32%, 39%) | |
| LAB | lab(59, -26, 20) | |
| OKLCH | oklch(0.64 0.091 146) |
Color harmonies
Tints & shades
Code snippets
color: #679b6a;
background-color: #679b6a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF679B6A)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.61, blue: 0.42, alpha: 1.0)