#f71dab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 29, 171
HSL
321°, 93%, 54%
CMYK
0, 88, 31, 3
Luminance
0.2359
Every format
| HEX | #f71dab |
| RGB | rgb(247, 29, 171) |
| HSL | hsl(321, 93%, 54%) |
| CMYK | cmyk(0%, 88%, 31%, 3%) |
| LAB | lab(55.7 84.0 -20.4) |
| LCH | lch(55.7 86.5 346.3) |
| OKLCH | oklch(0.653 0.263 348.2) |
Copy-ready code
/* CSS */
color: #f71dab;
background-color: #f71dab;
/* Tailwind (arbitrary) */
class="text-[#f71dab] bg-[#f71dab]"
/* SCSS */
$brand: #f71dab;
/* SwiftUI */
Color(red: 0.969, green: 0.114, blue: 0.671)
/* Android */
Color.parseColor("#f71dab")Accessibility — WCAG contrast
Aa
#f71dab on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71dab on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow30.8%
Key (black)3.1%
Color previews
#f71dab text on a black background
contrast 5.72:1
Card sample
#f71dab text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71dab;
Background color
Panel with #f71dab background
background-color: #f71dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 29, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 29, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71dab; background: linear-gradient(135deg, #f71dab, #F7201D);