#f41afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 26, 253
HSL
298°, 98%, 55%
CMYK
4, 90, 0, 1
Luminance
0.2706
Every format
| HEX | #f41afd |
| RGB | rgb(244, 26, 253) |
| HSL | hsl(298, 98%, 55%) |
| CMYK | cmyk(4%, 90%, 0%, 1%) |
| LAB | lab(59.0 94.2 -61.9) |
| LCH | lch(59.0 112.7 326.7) |
| OKLCH | oklch(0.689 0.311 326.3) |
Copy-ready code
/* CSS */
color: #f41afd;
background-color: #f41afd;
/* Tailwind (arbitrary) */
class="text-[#f41afd] bg-[#f41afd]"
/* SCSS */
$brand: #f41afd;
/* SwiftUI */
Color(red: 0.957, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#f41afd")Accessibility — WCAG contrast
Aa
#f41afd on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41afd on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green10.2%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f41afd text on a black background
contrast 6.41:1
Card sample
#f41afd text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41afd;
Background color
Panel with #f41afd background
background-color: #f41afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41afd; background: linear-gradient(135deg, #f41afd, #FD1A6F);