Nightwalker
#161d3b
Nightwalker, represented by the hex value #161d3b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #161d3b | |
|---|---|---|
| RGB | rgb(22, 29, 59) | |
| HSL | hsl(229, 46%, 16%) | |
| CMYK | cmyk(63%, 51%, 0%, 77%) | |
| LAB | lab(11, 5, -21) | |
| OKLCH | oklch(0.24 0.058 272) |
Color harmonies
Tints & shades
Code snippets
color: #161d3b;
background-color: #161d3b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF161D3B)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.11, blue: 0.23, alpha: 1.0)