#f71dec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 29, 236
HSL
303°, 93%, 54%
CMYK
0, 88, 5, 3
Luminance
0.2671
Every format
| HEX | #f71dec |
| RGB | rgb(247, 29, 236) |
| HSL | hsl(303, 93%, 54%) |
| CMYK | cmyk(0%, 88%, 5%, 3%) |
| LAB | lab(58.7 91.9 -52.9) |
| LCH | lch(58.7 106.1 330.1) |
| OKLCH | oklch(0.684 0.300 330.8) |
Copy-ready code
/* CSS */
color: #f71dec;
background-color: #f71dec;
/* Tailwind (arbitrary) */
class="text-[#f71dec] bg-[#f71dec]"
/* SCSS */
$brand: #f71dec;
/* SwiftUI */
Color(red: 0.969, green: 0.114, blue: 0.925)
/* Android */
Color.parseColor("#f71dec")Accessibility — WCAG contrast
Aa
#f71dec on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71dec on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.4%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow4.5%
Key (black)3.1%
Color previews
#f71dec text on a black background
contrast 6.34:1
Card sample
#f71dec text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71dec;
Background color
Panel with #f71dec background
background-color: #f71dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 29, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 29, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71dec; background: linear-gradient(135deg, #f71dec, #F71D5B);