#f71dcd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 29, 205
HSL
312°, 93%, 54%
CMYK
0, 88, 17, 3
Luminance
0.2506
Every format
| HEX | #f71dcd |
| RGB | rgb(247, 29, 205) |
| HSL | hsl(312, 93%, 54%) |
| CMYK | cmyk(0%, 88%, 17%, 3%) |
| LAB | lab(57.1 87.9 -37.8) |
| LCH | lch(57.1 95.7 336.7) |
| OKLCH | oklch(0.668 0.281 338.5) |
Copy-ready code
/* CSS */
color: #f71dcd;
background-color: #f71dcd;
/* Tailwind (arbitrary) */
class="text-[#f71dcd] bg-[#f71dcd]"
/* SCSS */
$brand: #f71dcd;
/* SwiftUI */
Color(red: 0.969, green: 0.114, blue: 0.804)
/* Android */
Color.parseColor("#f71dcd")Accessibility — WCAG contrast
Aa
#f71dcd on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71dcd on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow17.0%
Key (black)3.1%
Color previews
#f71dcd text on a black background
contrast 6.01:1
Card sample
#f71dcd text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71dcd;
Background color
Panel with #f71dcd background
background-color: #f71dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 29, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 29, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71dcd; background: linear-gradient(135deg, #f71dcd, #F71D3B);