Blue Martini
#52b4d3
Looking for the precise values behind Blue Martini (#52b4d3)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #52b4d3 | |
|---|---|---|
| RGB | rgb(82, 180, 211) | |
| HSL | hsl(194, 59%, 57%) | |
| CMYK | cmyk(61%, 15%, 0%, 17%) | |
| LAB | lab(68, -23, -25) | |
| OKLCH | oklch(0.72 0.101 222) |
Color harmonies
Tints & shades
Code snippets
color: #52b4d3;
background-color: #52b4d3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF52B4D3)
/* Swift / UIKit */
UIColor(red: 0.32, green: 0.71, blue: 0.83, alpha: 1.0)