Astral Nomad
#203943
Astral Nomad, represented by the hex value #203943, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #203943 | |
|---|---|---|
| RGB | rgb(32, 57, 67) | |
| HSL | hsl(197, 35%, 19%) | |
| CMYK | cmyk(52%, 15%, 0%, 74%) | |
| LAB | lab(22, -8, -9) | |
| OKLCH | oklch(0.33 0.036 226) |
Color harmonies
Tints & shades
Code snippets
color: #203943;
background-color: #203943;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF203943)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.22, blue: 0.26, alpha: 1.0)