Moroccan Blue
#115674
Looking for the precise values behind Moroccan Blue (#115674)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #115674 | |
|---|---|---|
| RGB | rgb(17, 86, 116) | |
| HSL | hsl(198, 74%, 26%) | |
| CMYK | cmyk(85%, 26%, 0%, 55%) | |
| LAB | lab(34, -12, -23) | |
| OKLCH | oklch(0.43 0.081 233) |
Color harmonies
Tints & shades
Code snippets
color: #115674;
background-color: #115674;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF115674)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.34, blue: 0.45, alpha: 1.0)