#f34fe2
a balanced, electric magenta / pink · warm · closest name: violet
RGB
243, 79, 226
HSL
306°, 87%, 63%
CMYK
0, 68, 7, 5
Luminance
0.3014
Every format
| HEX | #f34fe2 |
| RGB | rgb(243, 79, 226) |
| HSL | hsl(306, 87%, 63%) |
| CMYK | cmyk(0%, 68%, 7%, 5%) |
| LAB | lab(61.8 77.5 -42.5) |
| LCH | lch(61.8 88.4 331.3) |
| OKLCH | oklch(0.704 0.251 332.4) |
Copy-ready code
/* CSS */
color: #f34fe2;
background-color: #f34fe2;
/* Tailwind (arbitrary) */
class="text-[#f34fe2] bg-[#f34fe2]"
/* SCSS */
$brand: #f34fe2;
/* SwiftUI */
Color(red: 0.953, green: 0.310, blue: 0.886)
/* Android */
Color.parseColor("#f34fe2")Accessibility — WCAG contrast
Aa
#f34fe2 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f34fe2 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green31.0%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta67.5%
Yellow7.0%
Key (black)4.7%
Color previews
#f34fe2 text on a black background
contrast 7.03:1
Card sample
#f34fe2 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f34fe2;
Background color
Panel with #f34fe2 background
background-color: #f34fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f34fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 79, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 79, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f34fe2; background: linear-gradient(135deg, #f34fe2, #F34F75);