#f341fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 65, 253
HSL
297°, 98%, 62%
CMYK
4, 74, 0, 1
Luminance
0.2993
Every format
| HEX | #f341fd |
| RGB | rgb(243, 65, 253) |
| HSL | hsl(297, 98%, 62%) |
| CMYK | cmyk(4%, 74%, 0%, 1%) |
| LAB | lab(61.6 86.2 -57.8) |
| LCH | lch(61.6 103.7 326.1) |
| OKLCH | oklch(0.707 0.285 325.7) |
Copy-ready code
/* CSS */
color: #f341fd;
background-color: #f341fd;
/* Tailwind (arbitrary) */
class="text-[#f341fd] bg-[#f341fd]"
/* SCSS */
$brand: #f341fd;
/* SwiftUI */
Color(red: 0.953, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#f341fd")Accessibility — WCAG contrast
Aa
#f341fd on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f341fd on black: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green25.5%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f341fd text on a black background
contrast 6.99:1
Card sample
#f341fd text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f341fd;
Background color
Panel with #f341fd background
background-color: #f341fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f341fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f341fd; background: linear-gradient(135deg, #f341fd, #FD418A);