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