#fd41ff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 65, 255
HSL
299°, 100%, 63%
CMYK
1, 75, 0, 0
Luminance
0.3188
Every format
| HEX | #fd41ff |
| RGB | rgb(253, 65, 255) |
| HSL | hsl(299, 100%, 63%) |
| CMYK | cmyk(1%, 75%, 0%, 0%) |
| LAB | lab(63.3 88.4 -56.2) |
| LCH | lch(63.3 104.7 327.6) |
| OKLCH | oklch(0.722 0.291 327.6) |
Copy-ready code
/* CSS */
color: #fd41ff;
background-color: #fd41ff;
/* Tailwind (arbitrary) */
class="text-[#fd41ff] bg-[#fd41ff]"
/* SCSS */
$brand: #fd41ff;
/* SwiftUI */
Color(red: 0.992, green: 0.255, blue: 1.000)
/* Android */
Color.parseColor("#fd41ff")Accessibility — WCAG contrast
Aa
#fd41ff on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd41ff on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.5%
Blue100.0%
CMYK percentages
Cyan0.8%
Magenta74.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fd41ff text on a black background
contrast 7.38:1
Card sample
#fd41ff text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd41ff;
Background color
Panel with #fd41ff background
background-color: #fd41ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd41ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 65, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 65, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd41ff; background: linear-gradient(135deg, #fd41ff, #FF4182);