Spearmint
#64bfa4
Spearmint is a color with the hex code #64bfa4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #64bfa4 | |
|---|---|---|
| RGB | rgb(100, 191, 164) | |
| HSL | hsl(162, 42%, 57%) | |
| CMYK | cmyk(48%, 0%, 14%, 25%) | |
| LAB | lab(71, -33, 5) | |
| OKLCH | oklch(0.74 0.097 172) |
Color harmonies
Tints & shades
Code snippets
color: #64bfa4;
background-color: #64bfa4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF64BFA4)
/* Swift / UIKit */
UIColor(red: 0.39, green: 0.75, blue: 0.64, alpha: 1.0)