Botanist
#9ad28c
Botanist is a color with the hex code #9ad28c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #9ad28c | |
|---|---|---|
| RGB | rgb(154, 210, 140) | |
| HSL | hsl(108, 44%, 69%) | |
| CMYK | cmyk(27%, 0%, 33%, 18%) | |
| LAB | lab(79, -29, 29) | |
| OKLCH | oklch(0.81 0.112 139) |
Color harmonies
Tints & shades
Code snippets
color: #9ad28c;
background-color: #9ad28c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF9AD28C)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.82, blue: 0.55, alpha: 1.0)