Mediterranean Blue
#1682b9
Looking for the precise values behind Mediterranean Blue (#1682b9)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1682b9 | |
|---|---|---|
| RGB | rgb(22, 130, 185) | |
| HSL | hsl(200, 79%, 41%) | |
| CMYK | cmyk(88%, 30%, 0%, 27%) | |
| LAB | lab(51, -14, -38) | |
| OKLCH | oklch(0.58 0.123 238) |
Color harmonies
Tints & shades
Code snippets
color: #1682b9;
background-color: #1682b9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF1682B9)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.51, blue: 0.73, alpha: 1.0)