Lunar Landing
#d2cfc1
Lunar Landing, represented by the hex value #d2cfc1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d2cfc1 | |
|---|---|---|
| RGB | rgb(210, 207, 193) | |
| HSL | hsl(49, 16%, 79%) | |
| CMYK | cmyk(0%, 1%, 8%, 18%) | |
| LAB | lab(83, -1, 7) | |
| OKLCH | oklch(0.85 0.019 97) |
Color harmonies
Tints & shades
Code snippets
color: #d2cfc1;
background-color: #d2cfc1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2CFC1)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.81, blue: 0.76, alpha: 1.0)