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