Cloak Grey
#605e63
Cloak Grey, represented by the hex value #605e63, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #605e63 | |
|---|---|---|
| RGB | rgb(96, 94, 99) | |
| HSL | hsl(264, 3%, 38%) | |
| CMYK | cmyk(3%, 5%, 0%, 61%) | |
| LAB | lab(40, 2, -3) | |
| OKLCH | oklch(0.49 0.008 304) |
Color harmonies
Tints & shades
Code snippets
color: #605e63;
background-color: #605e63;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF605E63)
/* Swift / UIKit */
UIColor(red: 0.38, green: 0.37, blue: 0.39, alpha: 1.0)