Moonwalk
#bebec4
Moonwalk, represented by the hex value #bebec4, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bebec4 | |
|---|---|---|
| RGB | rgb(190, 190, 196) | |
| HSL | hsl(240, 5%, 76%) | |
| CMYK | cmyk(3%, 3%, 0%, 23%) | |
| LAB | lab(77, 1, -3) | |
| OKLCH | oklch(0.8 0.008 286) |
Color harmonies
Tints & shades
Code snippets
color: #bebec4;
background-color: #bebec4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFBEBEC4)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.75, blue: 0.77, alpha: 1.0)