#ff3cfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 60, 254
HSL
300°, 100%, 62%
CMYK
0, 77, 0, 0
Luminance
0.3165
Every format
| HEX | #ff3cfe |
| RGB | rgb(255, 60, 254) |
| HSL | hsl(300, 100%, 62%) |
| CMYK | cmyk(0%, 77%, 0%, 0%) |
| LAB | lab(63.0 89.9 -55.9) |
| LCH | lch(63.0 105.9 328.1) |
| OKLCH | oklch(0.721 0.295 328.3) |
Copy-ready code
/* CSS */
color: #ff3cfe;
background-color: #ff3cfe;
/* Tailwind (arbitrary) */
class="text-[#ff3cfe] bg-[#ff3cfe]"
/* SCSS */
$brand: #ff3cfe;
/* SwiftUI */
Color(red: 1.000, green: 0.235, blue: 0.996)
/* Android */
Color.parseColor("#ff3cfe")Accessibility — WCAG contrast
Aa
#ff3cfe on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff3cfe on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green23.5%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow0.4%
Key (black)0.0%
Color previews
#ff3cfe text on a black background
contrast 7.33:1
Card sample
#ff3cfe text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3cfe;
Background color
Panel with #ff3cfe background
background-color: #ff3cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 60, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 60, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3cfe; background: linear-gradient(135deg, #ff3cfe, #FF3C7C);