#f34afd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 74, 253
HSL
297°, 98%, 64%
CMYK
4, 71, 0, 1
Luminance
0.3104
Every format
| HEX | #f34afd |
| RGB | rgb(243, 74, 253) |
| HSL | hsl(297, 98%, 64%) |
| CMYK | cmyk(4%, 71%, 0%, 1%) |
| LAB | lab(62.5 83.4 -56.3) |
| LCH | lch(62.5 100.6 326.0) |
| OKLCH | oklch(0.713 0.277 325.6) |
Copy-ready code
/* CSS */
color: #f34afd;
background-color: #f34afd;
/* Tailwind (arbitrary) */
class="text-[#f34afd] bg-[#f34afd]"
/* SCSS */
$brand: #f34afd;
/* SwiftUI */
Color(red: 0.953, green: 0.290, blue: 0.992)
/* Android */
Color.parseColor("#f34afd")Accessibility — WCAG contrast
Aa
#f34afd on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f34afd on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green29.0%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta70.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f34afd text on a black background
contrast 7.21:1
Card sample
#f34afd text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34afd;
Background color
Panel with #f34afd background
background-color: #f34afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 74, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 74, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34afd; background: linear-gradient(135deg, #f34afd, #FD4A90);