#f71fd4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 31, 212
HSL
310°, 93%, 55%
CMYK
0, 87, 14, 3
Luminance
0.2551
Every format
| HEX | #f71fd4 |
| RGB | rgb(247, 31, 212) |
| HSL | hsl(310, 93%, 55%) |
| CMYK | cmyk(0%, 87%, 14%, 3%) |
| LAB | lab(57.6 88.5 -41.1) |
| LCH | lch(57.6 97.6 335.1) |
| OKLCH | oklch(0.672 0.284 336.7) |
Copy-ready code
/* CSS */
color: #f71fd4;
background-color: #f71fd4;
/* Tailwind (arbitrary) */
class="text-[#f71fd4] bg-[#f71fd4]"
/* SCSS */
$brand: #f71fd4;
/* SwiftUI */
Color(red: 0.969, green: 0.122, blue: 0.831)
/* Android */
Color.parseColor("#f71fd4")Accessibility — WCAG contrast
Aa
#f71fd4 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71fd4 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green12.2%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow14.2%
Key (black)3.1%
Color previews
#f71fd4 text on a black background
contrast 6.10:1
Card sample
#f71fd4 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71fd4;
Background color
Panel with #f71fd4 background
background-color: #f71fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 31, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 31, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71fd4; background: linear-gradient(135deg, #f71fd4, #F71F44);