#f73cb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 60, 178
HSL
322°, 92%, 60%
CMYK
0, 76, 28, 3
Luminance
0.2622
Every format
| HEX | #f73cb2 |
| RGB | rgb(247, 60, 178) |
| HSL | hsl(322, 92%, 60%) |
| CMYK | cmyk(0%, 76%, 28%, 3%) |
| LAB | lab(58.3 78.2 -20.6) |
| LCH | lch(58.3 80.8 345.3) |
| OKLCH | oklch(0.672 0.244 347.1) |
Copy-ready code
/* CSS */
color: #f73cb2;
background-color: #f73cb2;
/* Tailwind (arbitrary) */
class="text-[#f73cb2] bg-[#f73cb2]"
/* SCSS */
$brand: #f73cb2;
/* SwiftUI */
Color(red: 0.969, green: 0.235, blue: 0.698)
/* Android */
Color.parseColor("#f73cb2")Accessibility — WCAG contrast
Aa
#f73cb2 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73cb2 on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green23.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta75.7%
Yellow27.9%
Key (black)3.1%
Color previews
#f73cb2 text on a black background
contrast 6.24:1
Card sample
#f73cb2 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73cb2;
Background color
Panel with #f73cb2 background
background-color: #f73cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 60, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 60, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73cb2; background: linear-gradient(135deg, #f73cb2, #F7433C);