#f73cd7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 60, 215
HSL
310°, 92%, 60%
CMYK
0, 76, 13, 3
Luminance
0.2791
Every format
| HEX | #f73cd7 |
| RGB | rgb(247, 60, 215) |
| HSL | hsl(310, 92%, 60%) |
| CMYK | cmyk(0%, 76%, 13%, 3%) |
| LAB | lab(59.8 82.8 -39.3) |
| LCH | lch(59.8 91.7 334.6) |
| OKLCH | oklch(0.689 0.266 336.2) |
Copy-ready code
/* CSS */
color: #f73cd7;
background-color: #f73cd7;
/* Tailwind (arbitrary) */
class="text-[#f73cd7] bg-[#f73cd7]"
/* SCSS */
$brand: #f73cd7;
/* SwiftUI */
Color(red: 0.969, green: 0.235, blue: 0.843)
/* Android */
Color.parseColor("#f73cd7")Accessibility — WCAG contrast
Aa
#f73cd7 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73cd7 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green23.5%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow13.0%
Key (black)3.1%
Color previews
#f73cd7 text on a black background
contrast 6.58:1
Card sample
#f73cd7 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73cd7;
Background color
Panel with #f73cd7 background
background-color: #f73cd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73cd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 60, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 60, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73cd7; background: linear-gradient(135deg, #f73cd7, #F73C5A);