#f71df1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 29, 241
HSL
302°, 93%, 54%
CMYK
0, 88, 2, 3
Luminance
0.2700
Every format
| HEX | #f71df1 |
| RGB | rgb(247, 29, 241) |
| HSL | hsl(302, 93%, 54%) |
| CMYK | cmyk(0%, 88%, 2%, 3%) |
| LAB | lab(59.0 92.6 -55.3) |
| LCH | lch(59.0 107.9 329.2) |
| OKLCH | oklch(0.687 0.303 329.6) |
Copy-ready code
/* CSS */
color: #f71df1;
background-color: #f71df1;
/* Tailwind (arbitrary) */
class="text-[#f71df1] bg-[#f71df1]"
/* SCSS */
$brand: #f71df1;
/* SwiftUI */
Color(red: 0.969, green: 0.114, blue: 0.945)
/* Android */
Color.parseColor("#f71df1")Accessibility — WCAG contrast
Aa
#f71df1 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71df1 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.4%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow2.4%
Key (black)3.1%
Color previews
#f71df1 text on a black background
contrast 6.40:1
Card sample
#f71df1 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71df1;
Background color
Panel with #f71df1 background
background-color: #f71df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 29, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 29, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71df1; background: linear-gradient(135deg, #f71df1, #F71D5F);