Fuchsia
#ed0dd9
Here's everything about the color Fuchsia (#ed0dd9) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ed0dd9 | |
|---|---|---|
| RGB | rgb(237, 13, 217) | |
| HSL | hsl(305, 90%, 49%) | |
| CMYK | cmyk(0%, 95%, 8%, 7%) | |
| LAB | lab(55, 86, -47) | |
| OKLCH | oklch(0.65 0.29 333) |
Color harmonies
Tints & shades
Code snippets
color: #ed0dd9;
background-color: #ed0dd9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFED0DD9)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.05, blue: 0.85, alpha: 1.0)