Whale Shark
#607c8e
Whale Shark, represented by the hex value #607c8e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #607c8e | |
|---|---|---|
| RGB | rgb(96, 124, 142) | |
| HSL | hsl(203, 19%, 47%) | |
| CMYK | cmyk(32%, 13%, 0%, 44%) | |
| LAB | lab(50, -7, -13) | |
| OKLCH | oklch(0.57 0.043 237) |
Color harmonies
Tints & shades
Code snippets
color: #607c8e;
background-color: #607c8e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF607C8E)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.49, blue: 0.56, alpha: 1.0)