#f43df1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 61, 241
HSL
301°, 89%, 60%
CMYK
0, 75, 1, 4
Luminance
0.2892
Every format
| HEX | #f43df1 |
| RGB | rgb(244, 61, 241) |
| HSL | hsl(301, 89%, 60%) |
| CMYK | cmyk(0%, 75%, 1%, 4%) |
| LAB | lab(60.7 85.6 -52.5) |
| LCH | lch(60.7 100.4 328.5) |
| OKLCH | oklch(0.699 0.281 328.8) |
Copy-ready code
/* CSS */
color: #f43df1;
background-color: #f43df1;
/* Tailwind (arbitrary) */
class="text-[#f43df1] bg-[#f43df1]"
/* SCSS */
$brand: #f43df1;
/* SwiftUI */
Color(red: 0.957, green: 0.239, blue: 0.945)
/* Android */
Color.parseColor("#f43df1")Accessibility — WCAG contrast
Aa
#f43df1 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43df1 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green23.9%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow1.2%
Key (black)4.3%
Color previews
#f43df1 text on a black background
contrast 6.78:1
Card sample
#f43df1 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43df1;
Background color
Panel with #f43df1 background
background-color: #f43df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 61, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 61, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43df1; background: linear-gradient(135deg, #f43df1, #F43D77);