Star Dust
#f9f3dd
Here's everything about the color Star Dust (#f9f3dd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f9f3dd | |
|---|---|---|
| RGB | rgb(249, 243, 221) | |
| HSL | hsl(47, 70%, 92%) | |
| CMYK | cmyk(0%, 2%, 11%, 2%) | |
| LAB | lab(96, -1, 11) | |
| OKLCH | oklch(0.96 0.03 94) |
Color harmonies
Tints & shades
Code snippets
color: #f9f3dd;
background-color: #f9f3dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9F3DD)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.95, blue: 0.87, alpha: 1.0)