#f73df8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 61, 248
HSL
300°, 93%, 61%
CMYK
0, 75, 0, 3
Luminance
0.2989
Every format
| HEX | #f73df8 |
| RGB | rgb(247, 61, 248) |
| HSL | hsl(300, 93%, 61%) |
| CMYK | cmyk(0%, 75%, 0%, 3%) |
| LAB | lab(61.6 87.3 -55.0) |
| LCH | lch(61.6 103.2 327.8) |
| OKLCH | oklch(0.707 0.287 327.9) |
Copy-ready code
/* CSS */
color: #f73df8;
background-color: #f73df8;
/* Tailwind (arbitrary) */
class="text-[#f73df8] bg-[#f73df8]"
/* SCSS */
$brand: #f73df8;
/* SwiftUI */
Color(red: 0.969, green: 0.239, blue: 0.973)
/* Android */
Color.parseColor("#f73df8")Accessibility — WCAG contrast
Aa
#f73df8 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73df8 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green23.9%
Blue97.3%
CMYK percentages
Cyan0.4%
Magenta75.4%
Yellow0.0%
Key (black)2.7%
Color previews
#f73df8 text on a black background
contrast 6.98:1
Card sample
#f73df8 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73df8;
Background color
Panel with #f73df8 background
background-color: #f73df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 61, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 61, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73df8; background: linear-gradient(135deg, #f73df8, #F83D7C);