#ff4dfe
a light, electric magenta / pink · warm · closest name: magenta
RGB
255, 77, 254
HSL
300°, 100%, 65%
CMYK
0, 70, 0, 0
Luminance
0.3372
Every format
| HEX | #ff4dfe |
| RGB | rgb(255, 77, 254) |
| HSL | hsl(300, 100%, 65%) |
| CMYK | cmyk(0%, 70%, 0%, 0%) |
| LAB | lab(64.8 85.1 -53.2) |
| LCH | lch(64.8 100.4 328.0) |
| OKLCH | oklch(0.733 0.280 328.2) |
Copy-ready code
/* CSS */
color: #ff4dfe;
background-color: #ff4dfe;
/* Tailwind (arbitrary) */
class="text-[#ff4dfe] bg-[#ff4dfe]"
/* SCSS */
$brand: #ff4dfe;
/* SwiftUI */
Color(red: 1.000, green: 0.302, blue: 0.996)
/* Android */
Color.parseColor("#ff4dfe")Accessibility — WCAG contrast
Aa
#ff4dfe on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4dfe on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green30.2%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow0.4%
Key (black)0.0%
Color previews
#ff4dfe text on a black background
contrast 7.74:1
Card sample
#ff4dfe text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4dfe;
Background color
Panel with #ff4dfe background
background-color: #ff4dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 77, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 77, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4dfe; background: linear-gradient(135deg, #ff4dfe, #FF4D87);