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