#f73bc9
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 59, 201
HSL
315°, 92%, 60%
CMYK
0, 76, 19, 3
Luminance
0.2712
Every format
| HEX | #f73bc9 |
| RGB | rgb(247, 59, 201) |
| HSL | hsl(315, 92%, 60%) |
| CMYK | cmyk(0%, 76%, 19%, 3%) |
| LAB | lab(59.1 81.2 -32.5) |
| LCH | lch(59.1 87.5 338.2) |
| OKLCH | oklch(0.682 0.258 340.1) |
Copy-ready code
/* CSS */
color: #f73bc9;
background-color: #f73bc9;
/* Tailwind (arbitrary) */
class="text-[#f73bc9] bg-[#f73bc9]"
/* SCSS */
$brand: #f73bc9;
/* SwiftUI */
Color(red: 0.969, green: 0.231, blue: 0.788)
/* Android */
Color.parseColor("#f73bc9")Accessibility — WCAG contrast
Aa
#f73bc9 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73bc9 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green23.1%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow18.6%
Key (black)3.1%
Color previews
#f73bc9 text on a black background
contrast 6.42:1
Card sample
#f73bc9 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73bc9;
Background color
Panel with #f73bc9 background
background-color: #f73bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 59, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 59, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73bc9; background: linear-gradient(135deg, #f73bc9, #F73B4C);