#f71cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 28, 253
HSL
298°, 98%, 55%
CMYK
2, 89, 0, 1
Luminance
0.2770
Every format
| HEX | #f71cfd |
| RGB | rgb(247, 28, 253) |
| HSL | hsl(298, 98%, 55%) |
| CMYK | cmyk(2%, 89%, 0%, 1%) |
| LAB | lab(59.6 94.5 -60.9) |
| LCH | lch(59.6 112.4 327.2) |
| OKLCH | oklch(0.694 0.311 327.0) |
Copy-ready code
/* CSS */
color: #f71cfd;
background-color: #f71cfd;
/* Tailwind (arbitrary) */
class="text-[#f71cfd] bg-[#f71cfd]"
/* SCSS */
$brand: #f71cfd;
/* SwiftUI */
Color(red: 0.969, green: 0.110, blue: 0.992)
/* Android */
Color.parseColor("#f71cfd")Accessibility — WCAG contrast
Aa
#f71cfd on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71cfd on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.0%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta88.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f71cfd text on a black background
contrast 6.54:1
Card sample
#f71cfd text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71cfd;
Background color
Panel with #f71cfd background
background-color: #f71cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 28, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 28, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71cfd; background: linear-gradient(135deg, #f71cfd, #FD1C6D);