Mint to Be
#98ff97
Mint to Be is a color with the hex code #98ff97. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #98ff97 | |
|---|---|---|
| RGB | rgb(152, 255, 151) | |
| HSL | hsl(119, 100%, 80%) | |
| CMYK | cmyk(40%, 0%, 41%, 0%) | |
| LAB | lab(92, -46, 40) | |
| OKLCH | oklch(0.91 0.169 144) |
Color harmonies
Tints & shades
Code snippets
color: #98ff97;
background-color: #98ff97;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF98FF97)
/* Swift / UIKit */
UIColor(red: 0.60, green: 1.00, blue: 0.59, alpha: 1.0)