Leek
#98d98e
Leek is a color with the hex code #98d98e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #98d98e | |
|---|---|---|
| RGB | rgb(152, 217, 142) | |
| HSL | hsl(112, 50%, 70%) | |
| CMYK | cmyk(30%, 0%, 35%, 15%) | |
| LAB | lab(81, -32, 30) | |
| OKLCH | oklch(0.82 0.122 141) |
Color harmonies
Tints & shades
Code snippets
color: #98d98e;
background-color: #98d98e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF98D98E)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.85, blue: 0.56, alpha: 1.0)