Lunar Outpost
#828287
Lunar Outpost, represented by the hex value #828287, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #828287 | |
|---|---|---|
| RGB | rgb(130, 130, 135) | |
| HSL | hsl(240, 2%, 52%) | |
| CMYK | cmyk(4%, 4%, 0%, 47%) | |
| LAB | lab(54, 1, -3) | |
| OKLCH | oklch(0.61 0.007 286) |
Color harmonies
Tints & shades
Code snippets
color: #828287;
background-color: #828287;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF828287)
/* Swift / UIKit */
UIColor(red: 0.51, green: 0.51, blue: 0.53, alpha: 1.0)