#fd41fe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 65, 254
HSL
300°, 99%, 63%
CMYK
0, 74, 0, 0
Luminance
0.3182
Every format
| HEX | #fd41fe |
| RGB | rgb(253, 65, 254) |
| HSL | hsl(300, 99%, 63%) |
| CMYK | cmyk(0%, 74%, 0%, 0%) |
| LAB | lab(63.2 88.2 -55.7) |
| LCH | lch(63.2 104.3 327.7) |
| OKLCH | oklch(0.721 0.290 327.8) |
Copy-ready code
/* CSS */
color: #fd41fe;
background-color: #fd41fe;
/* Tailwind (arbitrary) */
class="text-[#fd41fe] bg-[#fd41fe]"
/* SCSS */
$brand: #fd41fe;
/* SwiftUI */
Color(red: 0.992, green: 0.255, blue: 0.996)
/* Android */
Color.parseColor("#fd41fe")Accessibility — WCAG contrast
Aa
#fd41fe on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd41fe on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.5%
Blue99.6%
CMYK percentages
Cyan0.4%
Magenta74.4%
Yellow0.0%
Key (black)0.4%
Color previews
#fd41fe text on a black background
contrast 7.36:1
Card sample
#fd41fe text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd41fe;
Background color
Panel with #fd41fe background
background-color: #fd41fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd41fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 65, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 65, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd41fe; background: linear-gradient(135deg, #fd41fe, #FE4181);