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