#f347eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 71, 235
HSL
303°, 88%, 62%
CMYK
0, 71, 3, 5
Luminance
0.2956
Every format
| HEX | #f347eb |
| RGB | rgb(243, 71, 235) |
| HSL | hsl(303, 88%, 62%) |
| CMYK | cmyk(0%, 71%, 3%, 5%) |
| LAB | lab(61.3 81.6 -48.3) |
| LCH | lch(61.3 94.8 329.4) |
| OKLCH | oklch(0.701 0.267 330.0) |
Copy-ready code
/* CSS */
color: #f347eb;
background-color: #f347eb;
/* Tailwind (arbitrary) */
class="text-[#f347eb] bg-[#f347eb]"
/* SCSS */
$brand: #f347eb;
/* SwiftUI */
Color(red: 0.953, green: 0.278, blue: 0.922)
/* Android */
Color.parseColor("#f347eb")Accessibility — WCAG contrast
Aa
#f347eb on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f347eb on black: 6.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green27.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow3.3%
Key (black)4.7%
Color previews
#f347eb text on a black background
contrast 6.91:1
Card sample
#f347eb text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f347eb;
Background color
Panel with #f347eb background
background-color: #f347eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f347eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 71, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 71, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f347eb; background: linear-gradient(135deg, #f347eb, #F34778);