Mystic Blue
#48a8d0
Mystic Blue, represented by the hex value #48a8d0, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #48a8d0 | |
|---|---|---|
| RGB | rgb(72, 168, 208) | |
| HSL | hsl(198, 59%, 55%) | |
| CMYK | cmyk(65%, 19%, 0%, 18%) | |
| LAB | lab(64, -20, -29) | |
| OKLCH | oklch(0.69 0.107 229) |
Color harmonies
Tints & shades
Code snippets
color: #48a8d0;
background-color: #48a8d0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF48A8D0)
/* Swift / UIKit */
UIColor(red: 0.28, green: 0.66, blue: 0.82, alpha: 1.0)