Moonless Sky
#444b4a
Moonless Sky, represented by the hex value #444b4a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #444b4a | |
|---|---|---|
| RGB | rgb(68, 75, 74) | |
| HSL | hsl(171, 5%, 28%) | |
| CMYK | cmyk(9%, 0%, 1%, 71%) | |
| LAB | lab(31, -3, 0) | |
| OKLCH | oklch(0.41 0.009 187) |
Color harmonies
Tints & shades
Code snippets
color: #444b4a;
background-color: #444b4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF444B4A)
/* Swift / UIKit */
UIColor(red: 0.27, green: 0.29, blue: 0.29, alpha: 1.0)