#f34dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 77, 253
HSL
297°, 98%, 65%
CMYK
4, 70, 0, 1
Luminance
0.3145
Every format
| HEX | #f34dfd |
| RGB | rgb(243, 77, 253) |
| HSL | hsl(297, 98%, 65%) |
| CMYK | cmyk(4%, 70%, 0%, 1%) |
| LAB | lab(62.9 82.4 -55.7) |
| LCH | lch(62.9 99.5 325.9) |
| OKLCH | oklch(0.716 0.274 325.5) |
Copy-ready code
/* CSS */
color: #f34dfd;
background-color: #f34dfd;
/* Tailwind (arbitrary) */
class="text-[#f34dfd] bg-[#f34dfd]"
/* SCSS */
$brand: #f34dfd;
/* SwiftUI */
Color(red: 0.953, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#f34dfd")Accessibility — WCAG contrast
Aa
#f34dfd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f34dfd on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green30.2%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f34dfd text on a black background
contrast 7.29:1
Card sample
#f34dfd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34dfd;
Background color
Panel with #f34dfd background
background-color: #f34dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34dfd; background: linear-gradient(135deg, #f34dfd, #FD4D92);