#f71c97
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 28, 151
HSL
326°, 93%, 54%
CMYK
0, 89, 39, 3
Luminance
0.2284
Every format
| HEX | #f71c97 |
| RGB | rgb(247, 28, 151) |
| HSL | hsl(326, 93%, 54%) |
| CMYK | cmyk(0%, 89%, 39%, 3%) |
| LAB | lab(54.9 82.2 -9.8) |
| LCH | lch(54.9 82.8 353.2) |
| OKLCH | oklch(0.645 0.255 354.4) |
Copy-ready code
/* CSS */
color: #f71c97;
background-color: #f71c97;
/* Tailwind (arbitrary) */
class="text-[#f71c97] bg-[#f71c97]"
/* SCSS */
$brand: #f71c97;
/* SwiftUI */
Color(red: 0.969, green: 0.110, blue: 0.592)
/* Android */
Color.parseColor("#f71c97")Accessibility — WCAG contrast
Aa
#f71c97 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71c97 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow38.9%
Key (black)3.1%
Color previews
#f71c97 text on a black background
contrast 5.57:1
Card sample
#f71c97 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71c97;
Background color
Panel with #f71c97 background
background-color: #f71c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 28, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 28, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71c97; background: linear-gradient(135deg, #f71c97, #F7331C);