Mint
#3eb489
Mint is a color with the hex code #3eb489. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #3eb489 | |
|---|---|---|
| RGB | rgb(62, 180, 137) | |
| HSL | hsl(158, 49%, 47%) | |
| CMYK | cmyk(66%, 0%, 24%, 29%) | |
| LAB | lab(66, -42, 12) | |
| OKLCH | oklch(0.69 0.123 165) |
Color harmonies
Tints & shades
Code snippets
color: #3eb489;
background-color: #3eb489;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF3EB489)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.71, blue: 0.54, alpha: 1.0)