Frostbite
#acfffc
Frostbite, represented by the hex value #acfffc, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #acfffc | |
|---|---|---|
| RGB | rgb(172, 255, 252) | |
| HSL | hsl(178, 100%, 84%) | |
| CMYK | cmyk(33%, 0%, 1%, 0%) | |
| LAB | lab(95, -27, -7) | |
| OKLCH | oklch(0.95 0.081 193) |
Color harmonies
Tints & shades
Code snippets
color: #acfffc;
background-color: #acfffc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFACFFFC)
/* Swift / UIKit */
UIColor(red: 0.67, green: 1.00, blue: 0.99, alpha: 1.0)