#f709fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
247, 9, 253
HSL
299°, 98%, 51%
CMYK
2, 96, 0, 1
Luminance
0.2706
Every format
| HEX | #f709fd |
| RGB | rgb(247, 9, 253) |
| HSL | hsl(299, 98%, 51%) |
| CMYK | cmyk(2%, 96%, 0%, 1%) |
| LAB | lab(59.0 96.2 -61.9) |
| LCH | lch(59.0 114.4 327.3) |
| OKLCH | oklch(0.690 0.317 327.0) |
Copy-ready code
/* CSS */
color: #f709fd;
background-color: #f709fd;
/* Tailwind (arbitrary) */
class="text-[#f709fd] bg-[#f709fd]"
/* SCSS */
$brand: #f709fd;
/* SwiftUI */
Color(red: 0.969, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#f709fd")Accessibility — WCAG contrast
Aa
#f709fd on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f709fd on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green3.5%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f709fd text on a black background
contrast 6.41:1
Card sample
#f709fd text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f709fd;
Background color
Panel with #f709fd background
background-color: #f709fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f709fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f709fd; background: linear-gradient(135deg, #f709fd, #FD0961);