#f71d80
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
247, 29, 128
HSL
333°, 93%, 54%
CMYK
0, 88, 48, 3
Luminance
0.2221
Every format
| HEX | #f71d80 |
| RGB | rgb(247, 29, 128) |
| HSL | hsl(333, 93%, 54%) |
| CMYK | cmyk(0%, 88%, 48%, 3%) |
| LAB | lab(54.3 80.1 3.0) |
| LCH | lch(54.3 80.2 2.1) |
| OKLCH | oklch(0.638 0.246 2.0) |
Copy-ready code
/* CSS */
color: #f71d80;
background-color: #f71d80;
/* Tailwind (arbitrary) */
class="text-[#f71d80] bg-[#f71d80]"
/* SCSS */
$brand: #f71d80;
/* SwiftUI */
Color(red: 0.969, green: 0.114, blue: 0.502)
/* Android */
Color.parseColor("#f71d80")Accessibility — WCAG contrast
Aa
#f71d80 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71d80 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.4%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow48.2%
Key (black)3.1%
Color previews
#f71d80 text on a black background
contrast 5.44:1
Card sample
#f71d80 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71d80;
Background color
Panel with #f71d80 background
background-color: #f71d80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71d80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 29, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 29, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71d80; background: linear-gradient(135deg, #f71d80, #F74B1D);