#ff2fcc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 47, 204
HSL
315°, 100%, 59%
CMYK
0, 82, 20, 0
Luminance
0.2765
Every format
| HEX | #ff2fcc |
| RGB | rgb(255, 47, 204) |
| HSL | hsl(315, 100%, 59%) |
| CMYK | cmyk(0%, 82%, 20%, 0%) |
| LAB | lab(59.6 86.2 -33.3) |
| LCH | lch(59.6 92.4 338.9) |
| OKLCH | oklch(0.688 0.274 340.8) |
Copy-ready code
/* CSS */
color: #ff2fcc;
background-color: #ff2fcc;
/* Tailwind (arbitrary) */
class="text-[#ff2fcc] bg-[#ff2fcc]"
/* SCSS */
$brand: #ff2fcc;
/* SwiftUI */
Color(red: 1.000, green: 0.184, blue: 0.800)
/* Android */
Color.parseColor("#ff2fcc")Accessibility — WCAG contrast
Aa
#ff2fcc on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2fcc on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green18.4%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow20.0%
Key (black)0.0%
Color previews
#ff2fcc text on a black background
contrast 6.53:1
Card sample
#ff2fcc text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2fcc;
Background color
Panel with #ff2fcc background
background-color: #ff2fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 47, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 47, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2fcc; background: linear-gradient(135deg, #ff2fcc, #FF2F41);