#f73eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 62, 176
HSL
323°, 92%, 61%
CMYK
0, 75, 29, 3
Luminance
0.2635
Every format
| HEX | #f73eb0 |
| RGB | rgb(247, 62, 176) |
| HSL | hsl(323, 92%, 61%) |
| CMYK | cmyk(0%, 75%, 29%, 3%) |
| LAB | lab(58.4 77.4 -19.2) |
| LCH | lch(58.4 79.7 346.1) |
| OKLCH | oklch(0.673 0.241 347.9) |
Copy-ready code
/* CSS */
color: #f73eb0;
background-color: #f73eb0;
/* Tailwind (arbitrary) */
class="text-[#f73eb0] bg-[#f73eb0]"
/* SCSS */
$brand: #f73eb0;
/* SwiftUI */
Color(red: 0.969, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#f73eb0")Accessibility — WCAG contrast
Aa
#f73eb0 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73eb0 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow28.7%
Key (black)3.1%
Color previews
#f73eb0 text on a black background
contrast 6.27:1
Card sample
#f73eb0 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73eb0;
Background color
Panel with #f73eb0 background
background-color: #f73eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73eb0; background: linear-gradient(135deg, #f73eb0, #F7473E);