Mintastic
#afffd5
Looking for the precise values behind Mintastic (#afffd5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #afffd5 | |
|---|---|---|
| RGB | rgb(175, 255, 213) | |
| HSL | hsl(149, 100%, 84%) | |
| CMYK | cmyk(31%, 0%, 16%, 0%) | |
| LAB | lab(94, -32, 12) | |
| OKLCH | oklch(0.94 0.097 161) |
Color harmonies
Tints & shades
Code snippets
color: #afffd5;
background-color: #afffd5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-lime-500 /* ≈ #7ccf00 */
/* Flutter */
Color(0xFFAFFFD5)
/* Swift / UIKit */
UIColor(red: 0.69, green: 1.00, blue: 0.84, alpha: 1.0)