Blue Bobbin
#52b4ca
Blue Bobbin is a color with the hex code #52b4ca. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #52b4ca | |
|---|---|---|
| RGB | rgb(82, 180, 202) | |
| HSL | hsl(191, 53%, 56%) | |
| CMYK | cmyk(59%, 11%, 0%, 21%) | |
| LAB | lab(68, -25, -20) | |
| OKLCH | oklch(0.72 0.096 215) |
Color harmonies
Tints & shades
Code snippets
color: #52b4ca;
background-color: #52b4ca;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF52B4CA)
/* Swift / UIKit */
UIColor(red: 0.32, green: 0.71, blue: 0.79, alpha: 1.0)