#f71982
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
247, 25, 130
HSL
332°, 93%, 53%
CMYK
0, 90, 47, 3
Luminance
0.2208
Every format
| HEX | #f71982 |
| RGB | rgb(247, 25, 130) |
| HSL | hsl(332, 93%, 53%) |
| CMYK | cmyk(0%, 90%, 47%, 3%) |
| LAB | lab(54.1 80.8 1.6) |
| LCH | lch(54.1 80.8 1.1) |
| OKLCH | oklch(0.637 0.249 1.1) |
Copy-ready code
/* CSS */
color: #f71982;
background-color: #f71982;
/* Tailwind (arbitrary) */
class="text-[#f71982] bg-[#f71982]"
/* SCSS */
$brand: #f71982;
/* SwiftUI */
Color(red: 0.969, green: 0.098, blue: 0.510)
/* Android */
Color.parseColor("#f71982")Accessibility — WCAG contrast
Aa
#f71982 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f71982 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green9.8%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta89.9%
Yellow47.4%
Key (black)3.1%
Color previews
#f71982 text on a black background
contrast 5.42:1
Card sample
#f71982 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f71982;
Background color
Panel with #f71982 background
background-color: #f71982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f71982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 25, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 25, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f71982; background: linear-gradient(135deg, #f71982, #F74419);