Lunar Light
#9b959c
Lunar Light, represented by the hex value #9b959c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9b959c | |
|---|---|---|
| RGB | rgb(155, 149, 156) | |
| HSL | hsl(291, 3%, 60%) | |
| CMYK | cmyk(1%, 4%, 0%, 39%) | |
| LAB | lab(62, 3, -3) | |
| OKLCH | oklch(0.68 0.012 321) |
Color harmonies
Tints & shades
Code snippets
color: #9b959c;
background-color: #9b959c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF9B959C)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.58, blue: 0.61, alpha: 1.0)