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