Dust of the Moon
#cfc9df
Dust of the Moon, represented by the hex value #cfc9df, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cfc9df | |
|---|---|---|
| RGB | rgb(207, 201, 223) | |
| HSL | hsl(256, 26%, 83%) | |
| CMYK | cmyk(7%, 10%, 0%, 13%) | |
| LAB | lab(82, 5, -10) | |
| OKLCH | oklch(0.85 0.031 298) |
Color harmonies
Tints & shades
Code snippets
color: #cfc9df;
background-color: #cfc9df;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFFCFC9DF)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.79, blue: 0.87, alpha: 1.0)