#f701df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 1, 223
HSL
306°, 99%, 49%
CMYK
0, 100, 10, 3
Luminance
0.2512
Every format
| HEX | #f701df |
| RGB | rgb(247, 1, 223) |
| HSL | hsl(306, 99%, 49%) |
| CMYK | cmyk(0%, 100%, 10%, 3%) |
| LAB | lab(57.2 92.6 -48.0) |
| LCH | lch(57.2 104.3 332.6) |
| OKLCH | oklch(0.671 0.300 333.9) |
Copy-ready code
/* CSS */
color: #f701df;
background-color: #f701df;
/* Tailwind (arbitrary) */
class="text-[#f701df] bg-[#f701df]"
/* SCSS */
$brand: #f701df;
/* SwiftUI */
Color(red: 0.969, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#f701df")Accessibility — WCAG contrast
Aa
#f701df on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f701df on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green0.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta99.6%
Yellow9.7%
Key (black)3.1%
Color previews
#f701df text on a black background
contrast 6.02:1
Card sample
#f701df text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f701df;
Background color
Panel with #f701df background
background-color: #f701df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f701df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f701df; background: linear-gradient(135deg, #f701df, #F7013B);