#f343df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 67, 223
HSL
307°, 88%, 61%
CMYK
0, 72, 8, 5
Luminance
0.2840
Every format
| HEX | #f343df |
| RGB | rgb(243, 67, 223) |
| HSL | hsl(307, 88%, 61%) |
| CMYK | cmyk(0%, 72%, 8%, 5%) |
| LAB | lab(60.3 81.0 -43.2) |
| LCH | lch(60.3 91.8 331.9) |
| OKLCH | oklch(0.692 0.262 333.1) |
Copy-ready code
/* CSS */
color: #f343df;
background-color: #f343df;
/* Tailwind (arbitrary) */
class="text-[#f343df] bg-[#f343df]"
/* SCSS */
$brand: #f343df;
/* SwiftUI */
Color(red: 0.953, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#f343df")Accessibility — WCAG contrast
Aa
#f343df on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f343df on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green26.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta72.4%
Yellow8.2%
Key (black)4.7%
Color previews
#f343df text on a black background
contrast 6.68:1
Card sample
#f343df text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f343df;
Background color
Panel with #f343df background
background-color: #f343df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f343df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f343df; background: linear-gradient(135deg, #f343df, #F3436A);