#f73dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 61, 251
HSL
299°, 96%, 61%
CMYK
2, 76, 0, 2
Luminance
0.3008
Every format
| HEX | #f73dfb |
| RGB | rgb(247, 61, 251) |
| HSL | hsl(299, 96%, 61%) |
| CMYK | cmyk(2%, 76%, 0%, 2%) |
| LAB | lab(61.7 87.7 -56.5) |
| LCH | lch(61.7 104.3 327.2) |
| OKLCH | oklch(0.708 0.289 327.2) |
Copy-ready code
/* CSS */
color: #f73dfb;
background-color: #f73dfb;
/* Tailwind (arbitrary) */
class="text-[#f73dfb] bg-[#f73dfb]"
/* SCSS */
$brand: #f73dfb;
/* SwiftUI */
Color(red: 0.969, green: 0.239, blue: 0.984)
/* Android */
Color.parseColor("#f73dfb")Accessibility — WCAG contrast
Aa
#f73dfb on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f73dfb on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green23.9%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta75.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f73dfb text on a black background
contrast 7.02:1
Card sample
#f73dfb text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73dfb;
Background color
Panel with #f73dfb background
background-color: #f73dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 61, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 61, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73dfb; background: linear-gradient(135deg, #f73dfb, #FB3D81);