#f71da2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 29, 162
HSL
323°, 93%, 54%
CMYK
0, 88, 34, 3
Luminance
0.2326
Every format
| HEX | #f71da2 |
| RGB | rgb(247, 29, 162) |
| HSL | hsl(323, 93%, 54%) |
| CMYK | cmyk(0%, 88%, 34%, 3%) |
| LAB | lab(55.4 83.1 -15.6) |
| LCH | lch(55.4 84.6 349.3) |
| OKLCH | oklch(0.649 0.259 351.0) |
Copy-ready code
/* CSS */
color: #f71da2;
background-color: #f71da2;
/* Tailwind (arbitrary) */
class="text-[#f71da2] bg-[#f71da2]"
/* SCSS */
$brand: #f71da2;
/* SwiftUI */
Color(red: 0.969, green: 0.114, blue: 0.635)
/* Android */
Color.parseColor("#f71da2")Accessibility — WCAG contrast
Aa
#f71da2 on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71da2 on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green11.4%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow34.4%
Key (black)3.1%
Color previews
#f71da2 text on a black background
contrast 5.65:1
Card sample
#f71da2 text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71da2;
Background color
Panel with #f71da2 background
background-color: #f71da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 29, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 29, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71da2; background: linear-gradient(135deg, #f71da2, #F7291D);