Seaside
#66a4b0
Seaside is a color with the hex code #66a4b0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #66a4b0 | |
|---|---|---|
| RGB | rgb(102, 164, 176) | |
| HSL | hsl(190, 32%, 55%) | |
| CMYK | cmyk(42%, 7%, 0%, 31%) | |
| LAB | lab(64, -18, -13) | |
| OKLCH | oklch(0.68 0.066 211) |
Color harmonies
Tints & shades
Code snippets
color: #66a4b0;
background-color: #66a4b0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF66A4B0)
/* Swift / UIKit */
UIColor(red: 0.40, green: 0.64, blue: 0.69, alpha: 1.0)