Luna
#d4d8ce
Looking for the precise values behind Luna (#d4d8ce)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d4d8ce | |
|---|---|---|
| RGB | rgb(212, 216, 206) | |
| HSL | hsl(84, 11%, 83%) | |
| CMYK | cmyk(2%, 0%, 5%, 15%) | |
| LAB | lab(86, -3, 4) | |
| OKLCH | oklch(0.88 0.014 125) |
Color harmonies
Tints & shades
Code snippets
color: #d4d8ce;
background-color: #d4d8ce;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD4D8CE)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.85, blue: 0.81, alpha: 1.0)