Mykonos
#387abe
Looking for the precise values behind Mykonos (#387abe)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #387abe | |
|---|---|---|
| RGB | rgb(56, 122, 190) | |
| HSL | hsl(210, 54%, 48%) | |
| CMYK | cmyk(71%, 36%, 0%, 25%) | |
| LAB | lab(49, -4, -43) | |
| OKLCH | oklch(0.57 0.125 252) |
Color harmonies
Tints & shades
Code snippets
color: #387abe;
background-color: #387abe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF387ABE)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.48, blue: 0.75, alpha: 1.0)