Montreux Blue
#5879a2
Looking for the precise values behind Montreux Blue (#5879a2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5879a2 | |
|---|---|---|
| RGB | rgb(88, 121, 162) | |
| HSL | hsl(213, 30%, 49%) | |
| CMYK | cmyk(46%, 25%, 0%, 36%) | |
| LAB | lab(50, -3, -26) | |
| OKLCH | oklch(0.57 0.074 254) |
Color harmonies
Tints & shades
Code snippets
color: #5879a2;
background-color: #5879a2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF5879A2)
/* Swift / UIKit */
UIColor(red: 0.35, green: 0.47, blue: 0.64, alpha: 1.0)