#f73df0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 61, 240
HSL
302°, 92%, 60%
CMYK
0, 75, 3, 3
Luminance
0.2940
Every format
| HEX | #f73df0 |
| RGB | rgb(247, 61, 240) |
| HSL | hsl(302, 92%, 60%) |
| CMYK | cmyk(0%, 75%, 3%, 3%) |
| LAB | lab(61.1 86.1 -51.3) |
| LCH | lch(61.1 100.2 329.2) |
| OKLCH | oklch(0.702 0.281 329.8) |
Copy-ready code
/* CSS */
color: #f73df0;
background-color: #f73df0;
/* Tailwind (arbitrary) */
class="text-[#f73df0] bg-[#f73df0]"
/* SCSS */
$brand: #f73df0;
/* SwiftUI */
Color(red: 0.969, green: 0.239, blue: 0.941)
/* Android */
Color.parseColor("#f73df0")Accessibility — WCAG contrast
Aa
#f73df0 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73df0 on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green23.9%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta75.3%
Yellow2.8%
Key (black)3.1%
Color previews
#f73df0 text on a black background
contrast 6.88:1
Card sample
#f73df0 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73df0;
Background color
Panel with #f73df0 background
background-color: #f73df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 61, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 61, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73df0; background: linear-gradient(135deg, #f73df0, #F73D74);