#f34afb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 74, 251
HSL
297°, 96%, 64%
CMYK
3, 71, 0, 2
Luminance
0.3092
Every format
| HEX | #f34afb |
| RGB | rgb(243, 74, 251) |
| HSL | hsl(297, 96%, 64%) |
| CMYK | cmyk(3%, 71%, 0%, 2%) |
| LAB | lab(62.4 83.1 -55.4) |
| LCH | lch(62.4 99.8 326.3) |
| OKLCH | oklch(0.712 0.275 326.0) |
Copy-ready code
/* CSS */
color: #f34afb;
background-color: #f34afb;
/* Tailwind (arbitrary) */
class="text-[#f34afb] bg-[#f34afb]"
/* SCSS */
$brand: #f34afb;
/* SwiftUI */
Color(red: 0.953, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#f34afb")Accessibility — WCAG contrast
Aa
#f34afb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f34afb on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green29.0%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta70.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f34afb text on a black background
contrast 7.18:1
Card sample
#f34afb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34afb;
Background color
Panel with #f34afb background
background-color: #f34afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34afb; background: linear-gradient(135deg, #f34afb, #FB4A8D);