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