#f73eb2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 62, 178
HSL
322°, 92%, 61%
CMYK
0, 75, 28, 3
Luminance
0.2643
Every format
| HEX | #f73eb2 |
| RGB | rgb(247, 62, 178) |
| HSL | hsl(322, 92%, 61%) |
| CMYK | cmyk(0%, 75%, 28%, 3%) |
| LAB | lab(58.5 77.6 -20.3) |
| LCH | lch(58.5 80.2 345.4) |
| OKLCH | oklch(0.674 0.242 347.2) |
Copy-ready code
/* CSS */
color: #f73eb2;
background-color: #f73eb2;
/* Tailwind (arbitrary) */
class="text-[#f73eb2] bg-[#f73eb2]"
/* SCSS */
$brand: #f73eb2;
/* SwiftUI */
Color(red: 0.969, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#f73eb2")Accessibility — WCAG contrast
Aa
#f73eb2 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73eb2 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green24.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow27.9%
Key (black)3.1%
Color previews
#f73eb2 text on a black background
contrast 6.29:1
Card sample
#f73eb2 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73eb2;
Background color
Panel with #f73eb2 background
background-color: #f73eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73eb2; background: linear-gradient(135deg, #f73eb2, #F7453E);