Mint Twist
#98cbba
Mint Twist is a color with the hex code #98cbba. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #98cbba | |
|---|---|---|
| RGB | rgb(152, 203, 186) | |
| HSL | hsl(160, 33%, 70%) | |
| CMYK | cmyk(25%, 0%, 8%, 20%) | |
| LAB | lab(78, -20, 3) | |
| OKLCH | oklch(0.8 0.058 172) |
Color harmonies
Tints & shades
Code snippets
color: #98cbba;
background-color: #98cbba;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF98CBBA)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.80, blue: 0.73, alpha: 1.0)