Blizzard Blue
#a3e3ed
Blizzard Blue, represented by the hex value #a3e3ed, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a3e3ed | |
|---|---|---|
| RGB | rgb(163, 227, 237) | |
| HSL | hsl(188, 67%, 78%) | |
| CMYK | cmyk(31%, 4%, 0%, 7%) | |
| LAB | lab(86, -19, -12) | |
| OKLCH | oklch(0.88 0.066 208) |
Color harmonies
Tints & shades
Code snippets
color: #a3e3ed;
background-color: #a3e3ed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFA3E3ED)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.89, blue: 0.93, alpha: 1.0)