#f71ab2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 26, 178
HSL
319°, 93%, 54%
CMYK
0, 90, 28, 3
Luminance
0.2373
Every format
| HEX | #f71ab2 |
| RGB | rgb(247, 26, 178) |
| HSL | hsl(319, 93%, 54%) |
| CMYK | cmyk(0%, 90%, 28%, 3%) |
| LAB | lab(55.8 85.2 -24.3) |
| LCH | lch(55.8 88.6 344.1) |
| OKLCH | oklch(0.655 0.268 346.1) |
Copy-ready code
/* CSS */
color: #f71ab2;
background-color: #f71ab2;
/* Tailwind (arbitrary) */
class="text-[#f71ab2] bg-[#f71ab2]"
/* SCSS */
$brand: #f71ab2;
/* SwiftUI */
Color(red: 0.969, green: 0.102, blue: 0.698)
/* Android */
Color.parseColor("#f71ab2")Accessibility — WCAG contrast
Aa
#f71ab2 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71ab2 on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green10.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow27.9%
Key (black)3.1%
Color previews
#f71ab2 text on a black background
contrast 5.75:1
Card sample
#f71ab2 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71ab2;
Background color
Panel with #f71ab2 background
background-color: #f71ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 26, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 26, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71ab2; background: linear-gradient(135deg, #f71ab2, #F71A1F);