#f34df3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 77, 243
HSL
300°, 87%, 63%
CMYK
0, 68, 0, 5
Luminance
0.3083
Every format
| HEX | #f34df3 |
| RGB | rgb(243, 77, 243) |
| HSL | hsl(300, 87%, 63%) |
| CMYK | cmyk(0%, 68%, 0%, 5%) |
| LAB | lab(62.4 80.8 -51.0) |
| LCH | lch(62.4 95.6 327.7) |
| OKLCH | oklch(0.711 0.266 327.9) |
Copy-ready code
/* CSS */
color: #f34df3;
background-color: #f34df3;
/* Tailwind (arbitrary) */
class="text-[#f34df3] bg-[#f34df3]"
/* SCSS */
$brand: #f34df3;
/* SwiftUI */
Color(red: 0.953, green: 0.302, blue: 0.953)
/* Android */
Color.parseColor("#f34df3")Accessibility — WCAG contrast
Aa
#f34df3 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f34df3 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green30.2%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow0.0%
Key (black)4.7%
Color previews
#f34df3 text on a black background
contrast 7.17:1
Card sample
#f34df3 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34df3;
Background color
Panel with #f34df3 background
background-color: #f34df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 77, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 77, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34df3; background: linear-gradient(135deg, #f34df3, #F34D84);