On Thin Ice
#d1e8f1
On Thin Ice, represented by the hex value #d1e8f1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d1e8f1 | |
|---|---|---|
| RGB | rgb(209, 232, 241) | |
| HSL | hsl(197, 53%, 88%) | |
| CMYK | cmyk(13%, 4%, 0%, 5%) | |
| LAB | lab(90, -7, -7) | |
| OKLCH | oklch(0.92 0.027 223) |
Color harmonies
Tints & shades
Code snippets
color: #d1e8f1;
background-color: #d1e8f1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFD1E8F1)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.91, blue: 0.95, alpha: 1.0)