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