Unicorn Dust
#ff2f92
Unicorn Dust is a color with the hex code #ff2f92. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff2f92 | |
|---|---|---|
| RGB | rgb(255, 47, 146) | |
| HSL | hsl(331, 100%, 59%) | |
| CMYK | cmyk(0%, 82%, 43%, 0%) | |
| LAB | lab(58, 79, -1) | |
| OKLCH | oklch(0.67 0.247 358) |
Color harmonies
Tints & shades
Code snippets
color: #ff2f92;
background-color: #ff2f92;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF2F92)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.18, blue: 0.57, alpha: 1.0)