Stargazing
#414549
Stargazing, represented by the hex value #414549, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #414549 | |
|---|---|---|
| RGB | rgb(65, 69, 73) | |
| HSL | hsl(210, 6%, 27%) | |
| CMYK | cmyk(11%, 5%, 0%, 71%) | |
| LAB | lab(29, -1, -3) | |
| OKLCH | oklch(0.39 0.009 248) |
Color harmonies
Tints & shades
Code snippets
color: #414549;
background-color: #414549;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF414549)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.27, blue: 0.29, alpha: 1.0)