#f44afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 74, 253
HSL
297°, 98%, 64%
CMYK
4, 71, 0, 1
Luminance
0.3122
Every format
| HEX | #f44afd |
| RGB | rgb(244, 74, 253) |
| HSL | hsl(297, 98%, 64%) |
| CMYK | cmyk(4%, 71%, 0%, 1%) |
| LAB | lab(62.7 83.6 -56.0) |
| LCH | lch(62.7 100.7 326.2) |
| OKLCH | oklch(0.715 0.277 325.8) |
Copy-ready code
/* CSS */
color: #f44afd;
background-color: #f44afd;
/* Tailwind (arbitrary) */
class="text-[#f44afd] bg-[#f44afd]"
/* SCSS */
$brand: #f44afd;
/* SwiftUI */
Color(red: 0.957, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#f44afd")Accessibility — WCAG contrast
Aa
#f44afd on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44afd on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green29.0%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f44afd text on a black background
contrast 7.24:1
Card sample
#f44afd text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44afd;
Background color
Panel with #f44afd background
background-color: #f44afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44afd; background: linear-gradient(135deg, #f44afd, #FD4A8F);