Fairy Dust
#ffe8f4
Fairy Dust is a color with the hex code #ffe8f4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ffe8f4 | |
|---|---|---|
| RGB | rgb(255, 232, 244) | |
| HSL | hsl(329, 100%, 95%) | |
| CMYK | cmyk(0%, 9%, 4%, 0%) | |
| LAB | lab(94, 10, -3) | |
| OKLCH | oklch(0.95 0.029 345) |
Color harmonies
Tints & shades
Code snippets
color: #ffe8f4;
background-color: #ffe8f4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFE8F4)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.91, blue: 0.96, alpha: 1.0)