Permafrost
#98eff9
Permafrost, represented by the hex value #98eff9, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #98eff9 | |
|---|---|---|
| RGB | rgb(152, 239, 249) | |
| HSL | hsl(186, 89%, 79%) | |
| CMYK | cmyk(39%, 4%, 0%, 2%) | |
| LAB | lab(89, -25, -14) | |
| OKLCH | oklch(0.9 0.085 205) |
Color harmonies
Tints & shades
Code snippets
color: #98eff9;
background-color: #98eff9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF98EFF9)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.94, blue: 0.98, alpha: 1.0)