#f34dff
a light, electric magenta / pink · warm · closest name: magenta
RGB
243, 77, 255
HSL
296°, 100%, 65%
CMYK
5, 70, 0, 0
Luminance
0.3158
Every format
| HEX | #f34dff |
| RGB | rgb(243, 77, 255) |
| HSL | hsl(296, 100%, 65%) |
| CMYK | cmyk(5%, 70%, 0%, 0%) |
| LAB | lab(63.0 82.8 -56.7) |
| LCH | lch(63.0 100.3 325.6) |
| OKLCH | oklch(0.717 0.275 325.0) |
Copy-ready code
/* CSS */
color: #f34dff;
background-color: #f34dff;
/* Tailwind (arbitrary) */
class="text-[#f34dff] bg-[#f34dff]"
/* SCSS */
$brand: #f34dff;
/* SwiftUI */
Color(red: 0.953, green: 0.302, blue: 1.000)
/* Android */
Color.parseColor("#f34dff")Accessibility — WCAG contrast
Aa
#f34dff on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f34dff on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green30.2%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta69.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f34dff text on a black background
contrast 7.32:1
Card sample
#f34dff text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34dff;
Background color
Panel with #f34dff background
background-color: #f34dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 77, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 77, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34dff; background: linear-gradient(135deg, #f34dff, #FF4D94);