#f71fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 31, 223
HSL
307°, 93%, 55%
CMYK
0, 87, 10, 3
Luminance
0.2608
Every format
| HEX | #f71fdf |
| RGB | rgb(247, 31, 223) |
| HSL | hsl(307, 93%, 55%) |
| CMYK | cmyk(0%, 87%, 10%, 3%) |
| LAB | lab(58.1 89.9 -46.5) |
| LCH | lch(58.1 101.2 332.6) |
| OKLCH | oklch(0.678 0.291 333.9) |
Copy-ready code
/* CSS */
color: #f71fdf;
background-color: #f71fdf;
/* Tailwind (arbitrary) */
class="text-[#f71fdf] bg-[#f71fdf]"
/* SCSS */
$brand: #f71fdf;
/* SwiftUI */
Color(red: 0.969, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#f71fdf")Accessibility — WCAG contrast
Aa
#f71fdf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71fdf on black: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green12.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow9.7%
Key (black)3.1%
Color previews
#f71fdf text on a black background
contrast 6.22:1
Card sample
#f71fdf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71fdf;
Background color
Panel with #f71fdf background
background-color: #f71fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71fdf; background: linear-gradient(135deg, #f71fdf, #F71F4F);