Magenta
#ff00ff
Here's everything about the color Magenta (#ff00ff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #ff00ff | |
|---|---|---|
| RGB | rgb(255, 0, 255) | |
| HSL | hsl(300, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 0%, 0%) | |
| LAB | lab(60, 94, -61) | |
| OKLCH | oklch(0.7 0.322 328) |
Color harmonies
Tints & shades
Code snippets
color: #ff00ff;
background-color: #ff00ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFFF00FF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 1.00, alpha: 1.0)