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