#ff2ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 47, 252
HSL
301°, 100%, 59%
CMYK
0, 82, 1, 0
Luminance
0.3032
Every format
| HEX | #ff2ffc |
| RGB | rgb(255, 47, 252) |
| HSL | hsl(301, 100%, 59%) |
| CMYK | cmyk(0%, 82%, 1%, 0%) |
| LAB | lab(61.9 92.6 -56.6) |
| LCH | lch(61.9 108.5 328.6) |
| OKLCH | oklch(0.713 0.304 328.9) |
Copy-ready code
/* CSS */
color: #ff2ffc;
background-color: #ff2ffc;
/* Tailwind (arbitrary) */
class="text-[#ff2ffc] bg-[#ff2ffc]"
/* SCSS */
$brand: #ff2ffc;
/* SwiftUI */
Color(red: 1.000, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#ff2ffc")Accessibility — WCAG contrast
Aa
#ff2ffc on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff2ffc on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green18.4%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow1.2%
Key (black)0.0%
Color previews
#ff2ffc text on a black background
contrast 7.06:1
Card sample
#ff2ffc text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2ffc;
Background color
Panel with #ff2ffc background
background-color: #ff2ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2ffc; background: linear-gradient(135deg, #ff2ffc, #FF2F71);