#f71af0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 26, 240
HSL
302°, 93%, 54%
CMYK
0, 90, 3, 3
Luminance
0.2680
Every format
| HEX | #f71af0 |
| RGB | rgb(247, 26, 240) |
| HSL | hsl(302, 93%, 54%) |
| CMYK | cmyk(0%, 90%, 3%, 3%) |
| LAB | lab(58.8 92.9 -55.0) |
| LCH | lch(58.8 107.9 329.4) |
| OKLCH | oklch(0.686 0.304 329.9) |
Copy-ready code
/* CSS */
color: #f71af0;
background-color: #f71af0;
/* Tailwind (arbitrary) */
class="text-[#f71af0] bg-[#f71af0]"
/* SCSS */
$brand: #f71af0;
/* SwiftUI */
Color(red: 0.969, green: 0.102, blue: 0.941)
/* Android */
Color.parseColor("#f71af0")Accessibility — WCAG contrast
Aa
#f71af0 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71af0 on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green10.2%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow2.8%
Key (black)3.1%
Color previews
#f71af0 text on a black background
contrast 6.36:1
Card sample
#f71af0 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71af0;
Background color
Panel with #f71af0 background
background-color: #f71af0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71af0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 26, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 26, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71af0; background: linear-gradient(135deg, #f71af0, #F71A5D);