A State of Mint
#88ffcc
Here's everything about the color A State of Mint (#88ffcc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #88ffcc | |
|---|---|---|
| RGB | rgb(136, 255, 204) | |
| HSL | hsl(154, 100%, 77%) | |
| CMYK | cmyk(47%, 0%, 20%, 0%) | |
| LAB | lab(92, -44, 14) | |
| OKLCH | oklch(0.92 0.131 164) |
Color harmonies
Tints & shades
Code snippets
color: #88ffcc;
background-color: #88ffcc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFF88FFCC)
/* Swift / UIKit */
UIColor(red: 0.53, green: 1.00, blue: 0.80, alpha: 1.0)