#fd41da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 65, 218
HSL
311°, 98%, 62%
CMYK
0, 74, 14, 1
Luminance
0.2973
Every format
| HEX | #fd41da |
| RGB | rgb(253, 65, 218) |
| HSL | hsl(311, 98%, 62%) |
| CMYK | cmyk(0%, 74%, 14%, 1%) |
| LAB | lab(61.4 83.1 -38.4) |
| LCH | lch(61.4 91.5 335.2) |
| OKLCH | oklch(0.703 0.266 336.8) |
Copy-ready code
/* CSS */
color: #fd41da;
background-color: #fd41da;
/* Tailwind (arbitrary) */
class="text-[#fd41da] bg-[#fd41da]"
/* SCSS */
$brand: #fd41da;
/* SwiftUI */
Color(red: 0.992, green: 0.255, blue: 0.855)
/* Android */
Color.parseColor("#fd41da")Accessibility — WCAG contrast
Aa
#fd41da on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd41da on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green25.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow13.8%
Key (black)0.8%
Color previews
#fd41da text on a black background
contrast 6.95:1
Card sample
#fd41da text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd41da;
Background color
Panel with #fd41da background
background-color: #fd41da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd41da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 65, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 65, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd41da; background: linear-gradient(135deg, #fd41da, #FD415D);