#f43afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 58, 253
HSL
297°, 98%, 61%
CMYK
4, 77, 0, 1
Luminance
0.2935
Every format
| HEX | #f43afd |
| RGB | rgb(244, 58, 253) |
| HSL | hsl(297, 98%, 61%) |
| CMYK | cmyk(4%, 77%, 0%, 1%) |
| LAB | lab(61.1 88.2 -58.6) |
| LCH | lch(61.1 105.9 326.4) |
| OKLCH | oklch(0.703 0.292 326.0) |
Copy-ready code
/* CSS */
color: #f43afd;
background-color: #f43afd;
/* Tailwind (arbitrary) */
class="text-[#f43afd] bg-[#f43afd]"
/* SCSS */
$brand: #f43afd;
/* SwiftUI */
Color(red: 0.957, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#f43afd")Accessibility — WCAG contrast
Aa
#f43afd on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43afd on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green22.7%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f43afd text on a black background
contrast 6.87:1
Card sample
#f43afd text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43afd;
Background color
Panel with #f43afd background
background-color: #f43afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43afd; background: linear-gradient(135deg, #f43afd, #FD3A84);