Polar Wind
#b4dfed
Polar Wind, represented by the hex value #b4dfed, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #b4dfed | |
|---|---|---|
| RGB | rgb(180, 223, 237) | |
| HSL | hsl(195, 61%, 82%) | |
| CMYK | cmyk(24%, 6%, 0%, 7%) | |
| LAB | lab(86, -12, -12) | |
| OKLCH | oklch(0.88 0.049 220) |
Color harmonies
Tints & shades
Code snippets
color: #b4dfed;
background-color: #b4dfed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFB4DFED)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.87, blue: 0.93, alpha: 1.0)