Translucent Unicorn
#ffedef
Here's everything about the color Translucent Unicorn (#ffedef) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ffedef | |
|---|---|---|
| RGB | rgb(255, 237, 239) | |
| HSL | hsl(353, 100%, 96%) | |
| CMYK | cmyk(0%, 7%, 6%, 0%) | |
| LAB | lab(95, 7, 1) | |
| OKLCH | oklch(0.96 0.02 10) |
Color harmonies
Tints & shades
Code snippets
color: #ffedef;
background-color: #ffedef;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEDEF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.93, blue: 0.94, alpha: 1.0)