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