#f71afb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 26, 251
HSL
299°, 97%, 54%
CMYK
2, 90, 0, 2
Luminance
0.2748
Every format
| HEX | #f71afb |
| RGB | rgb(247, 26, 251) |
| HSL | hsl(299, 97%, 54%) |
| CMYK | cmyk(2%, 90%, 0%, 2%) |
| LAB | lab(59.4 94.4 -60.1) |
| LCH | lch(59.4 112.0 327.5) |
| OKLCH | oklch(0.692 0.311 327.4) |
Copy-ready code
/* CSS */
color: #f71afb;
background-color: #f71afb;
/* Tailwind (arbitrary) */
class="text-[#f71afb] bg-[#f71afb]"
/* SCSS */
$brand: #f71afb;
/* SwiftUI */
Color(red: 0.969, green: 0.102, blue: 0.984)
/* Android */
Color.parseColor("#f71afb")Accessibility — WCAG contrast
Aa
#f71afb on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71afb on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green10.2%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta89.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f71afb text on a black background
contrast 6.50:1
Card sample
#f71afb text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71afb;
Background color
Panel with #f71afb background
background-color: #f71afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 26, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 26, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71afb; background: linear-gradient(135deg, #f71afb, #FB1A69);