High Tide
#85a6c8
High Tide, represented by the hex value #85a6c8, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #85a6c8 | |
|---|---|---|
| RGB | rgb(133, 166, 200) | |
| HSL | hsl(210, 38%, 65%) | |
| CMYK | cmyk(34%, 17%, 0%, 22%) | |
| LAB | lab(67, -6, -21) | |
| OKLCH | oklch(0.71 0.062 249) |
Color harmonies
Tints & shades
Code snippets
color: #85a6c8;
background-color: #85a6c8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF85A6C8)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.65, blue: 0.78, alpha: 1.0)