#f73ba0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 59, 160
HSL
328°, 92%, 60%
CMYK
0, 76, 35, 3
Luminance
0.2544
Every format
| HEX | #f73ba0 |
| RGB | rgb(247, 59, 160) |
| HSL | hsl(328, 92%, 60%) |
| CMYK | cmyk(0%, 76%, 35%, 3%) |
| LAB | lab(57.5 76.5 -11.2) |
| LCH | lch(57.5 77.3 351.7) |
| OKLCH | oklch(0.665 0.237 353.0) |
Copy-ready code
/* CSS */
color: #f73ba0;
background-color: #f73ba0;
/* Tailwind (arbitrary) */
class="text-[#f73ba0] bg-[#f73ba0]"
/* SCSS */
$brand: #f73ba0;
/* SwiftUI */
Color(red: 0.969, green: 0.231, blue: 0.627)
/* Android */
Color.parseColor("#f73ba0")Accessibility — WCAG contrast
Aa
#f73ba0 on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73ba0 on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green23.1%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow35.2%
Key (black)3.1%
Color previews
#f73ba0 text on a black background
contrast 6.09:1
Card sample
#f73ba0 text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73ba0;
Background color
Panel with #f73ba0 background
background-color: #f73ba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73ba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 59, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 59, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73ba0; background: linear-gradient(135deg, #f73ba0, #F7533B);