#f703bf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 3, 191
HSL
314°, 98%, 49%
CMYK
0, 99, 23, 3
Luminance
0.2360
Every format
| HEX | #f703bf |
| RGB | rgb(247, 3, 191) |
| HSL | hsl(314, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 23%, 3%) |
| LAB | lab(55.7 88.6 -32.0) |
| LCH | lch(55.7 94.2 340.1) |
| OKLCH | oklch(0.656 0.281 342.1) |
Copy-ready code
/* CSS */
color: #f703bf;
background-color: #f703bf;
/* Tailwind (arbitrary) */
class="text-[#f703bf] bg-[#f703bf]"
/* SCSS */
$brand: #f703bf;
/* SwiftUI */
Color(red: 0.969, green: 0.012, blue: 0.749)
/* Android */
Color.parseColor("#f703bf")Accessibility — WCAG contrast
Aa
#f703bf on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f703bf on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green1.2%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow22.7%
Key (black)3.1%
Color previews
#f703bf text on a black background
contrast 5.72:1
Card sample
#f703bf text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f703bf;
Background color
Panel with #f703bf background
background-color: #f703bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f703bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 3, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 3, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f703bf; background: linear-gradient(135deg, #f703bf, #F7031C);