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