#f73afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 58, 253
HSL
298°, 98%, 61%
CMYK
2, 77, 0, 1
Luminance
0.2989
Every format
| HEX | #f73afd |
| RGB | rgb(247, 58, 253) |
| HSL | hsl(298, 98%, 61%) |
| CMYK | cmyk(2%, 77%, 0%, 1%) |
| LAB | lab(61.6 88.8 -57.8) |
| LCH | lch(61.6 106.0 326.9) |
| OKLCH | oklch(0.708 0.293 326.7) |
Copy-ready code
/* CSS */
color: #f73afd;
background-color: #f73afd;
/* Tailwind (arbitrary) */
class="text-[#f73afd] bg-[#f73afd]"
/* SCSS */
$brand: #f73afd;
/* SwiftUI */
Color(red: 0.969, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#f73afd")Accessibility — WCAG contrast
Aa
#f73afd on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73afd on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green22.7%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f73afd text on a black background
contrast 6.98:1
Card sample
#f73afd text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73afd;
Background color
Panel with #f73afd background
background-color: #f73afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73afd; background: linear-gradient(135deg, #f73afd, #FD3A81);