Blindfolded
#5a5e61
Blindfolded, represented by the hex value #5a5e61, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #5a5e61 | |
|---|---|---|
| RGB | rgb(90, 94, 97) | |
| HSL | hsl(206, 4%, 37%) | |
| CMYK | cmyk(7%, 3%, 0%, 62%) | |
| LAB | lab(40, -1, -2) | |
| OKLCH | oklch(0.48 0.007 240) |
Color harmonies
Tints & shades
Code snippets
color: #5a5e61;
background-color: #5a5e61;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF5A5E61)
/* Swift / UIKit */
UIColor(red: 0.35, green: 0.37, blue: 0.38, alpha: 1.0)