Mediterranea
#39636a
Looking for the precise values behind Mediterranea (#39636a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #39636a | |
|---|---|---|
| RGB | rgb(57, 99, 106) | |
| HSL | hsl(189, 30%, 32%) | |
| CMYK | cmyk(46%, 7%, 0%, 58%) | |
| LAB | lab(39, -14, -9) | |
| OKLCH | oklch(0.47 0.048 209) |
Color harmonies
Tints & shades
Code snippets
color: #39636a;
background-color: #39636a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF39636A)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.39, blue: 0.42, alpha: 1.0)