#f71dba
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 29, 186
HSL
317°, 93%, 54%
CMYK
0, 88, 25, 3
Luminance
0.2420
Every format
| HEX | #f71dba |
| RGB | rgb(247, 29, 186) |
| HSL | hsl(317, 93%, 54%) |
| CMYK | cmyk(0%, 88%, 25%, 3%) |
| LAB | lab(56.3 85.6 -28.2) |
| LCH | lch(56.3 90.2 341.8) |
| OKLCH | oklch(0.659 0.271 343.8) |
Copy-ready code
/* CSS */
color: #f71dba;
background-color: #f71dba;
/* Tailwind (arbitrary) */
class="text-[#f71dba] bg-[#f71dba]"
/* SCSS */
$brand: #f71dba;
/* SwiftUI */
Color(red: 0.969, green: 0.114, blue: 0.729)
/* Android */
Color.parseColor("#f71dba")Accessibility — WCAG contrast
Aa
#f71dba on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71dba on black: 5.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow24.7%
Key (black)3.1%
Color previews
#f71dba text on a black background
contrast 5.84:1
Card sample
#f71dba text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71dba;
Background color
Panel with #f71dba background
background-color: #f71dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 29, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 29, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71dba; background: linear-gradient(135deg, #f71dba, #F71D29);