#f913fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 19, 253
HSL
299°, 98%, 53%
CMYK
2, 93, 0, 1
Luminance
0.2770
Every format
| HEX | #f913fd |
| RGB | rgb(249, 19, 253) |
| HSL | hsl(299, 98%, 53%) |
| CMYK | cmyk(2%, 93%, 0%, 1%) |
| LAB | lab(59.6 95.8 -60.9) |
| LCH | lch(59.6 113.5 327.6) |
| OKLCH | oklch(0.695 0.315 327.5) |
Copy-ready code
/* CSS */
color: #f913fd;
background-color: #f913fd;
/* Tailwind (arbitrary) */
class="text-[#f913fd] bg-[#f913fd]"
/* SCSS */
$brand: #f913fd;
/* SwiftUI */
Color(red: 0.976, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#f913fd")Accessibility — WCAG contrast
Aa
#f913fd on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f913fd on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green7.5%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f913fd text on a black background
contrast 6.54:1
Card sample
#f913fd text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f913fd;
Background color
Panel with #f913fd background
background-color: #f913fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f913fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f913fd; background: linear-gradient(135deg, #f913fd, #FD1365);