Stardust
#ddd3ae
Stardust, represented by the hex value #ddd3ae, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ddd3ae | |
|---|---|---|
| RGB | rgb(221, 211, 174) | |
| HSL | hsl(47, 41%, 77%) | |
| CMYK | cmyk(0%, 5%, 21%, 13%) | |
| LAB | lab(85, -1, 20) | |
| OKLCH | oklch(0.87 0.05 95) |
Color harmonies
Tints & shades
Code snippets
color: #ddd3ae;
background-color: #ddd3ae;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDDD3AE)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.83, blue: 0.68, alpha: 1.0)