High Dive
#59b9cc
High Dive, represented by the hex value #59b9cc, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #59b9cc | |
|---|---|---|
| RGB | rgb(89, 185, 204) | |
| HSL | hsl(190, 53%, 57%) | |
| CMYK | cmyk(56%, 9%, 0%, 20%) | |
| LAB | lab(70, -25, -19) | |
| OKLCH | oklch(0.74 0.094 212) |
Color harmonies
Tints & shades
Code snippets
color: #59b9cc;
background-color: #59b9cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF59B9CC)
/* Swift / UIKit */
UIColor(red: 0.35, green: 0.73, blue: 0.80, alpha: 1.0)