Aqua Fiesta
#96e2e1
Looking for the precise values behind Aqua Fiesta (#96e2e1)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #96e2e1 | |
|---|---|---|
| RGB | rgb(150, 226, 225) | |
| HSL | hsl(179, 57%, 74%) | |
| CMYK | cmyk(34%, 0%, 0%, 11%) | |
| LAB | lab(85, -25, -7) | |
| OKLCH | oklch(0.86 0.075 195) |
Color harmonies
Tints & shades
Code snippets
color: #96e2e1;
background-color: #96e2e1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF96E2E1)
/* Swift / UIKit */
UIColor(red: 0.59, green: 0.89, blue: 0.88, alpha: 1.0)