Midnight Sky
#424753
Midnight Sky, represented by the hex value #424753, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #424753 | |
|---|---|---|
| RGB | rgb(66, 71, 83) | |
| HSL | hsl(222, 11%, 29%) | |
| CMYK | cmyk(20%, 14%, 0%, 67%) | |
| LAB | lab(30, 0, -8) | |
| OKLCH | oklch(0.4 0.021 267) |
Color harmonies
Tints & shades
Code snippets
color: #424753;
background-color: #424753;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF424753)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.28, blue: 0.33, alpha: 1.0)