#f43df3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 61, 243
HSL
300°, 89%, 60%
CMYK
0, 75, 0, 4
Luminance
0.2904
Every format
| HEX | #f43df3 |
| RGB | rgb(244, 61, 243) |
| HSL | hsl(300, 89%, 60%) |
| CMYK | cmyk(0%, 75%, 0%, 4%) |
| LAB | lab(60.8 85.9 -53.5) |
| LCH | lch(60.8 101.2 328.1) |
| OKLCH | oklch(0.700 0.282 328.3) |
Copy-ready code
/* CSS */
color: #f43df3;
background-color: #f43df3;
/* Tailwind (arbitrary) */
class="text-[#f43df3] bg-[#f43df3]"
/* SCSS */
$brand: #f43df3;
/* SwiftUI */
Color(red: 0.957, green: 0.239, blue: 0.953)
/* Android */
Color.parseColor("#f43df3")Accessibility — WCAG contrast
Aa
#f43df3 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43df3 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green23.9%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow0.4%
Key (black)4.3%
Color previews
#f43df3 text on a black background
contrast 6.81:1
Card sample
#f43df3 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43df3;
Background color
Panel with #f43df3 background
background-color: #f43df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 61, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 61, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43df3; background: linear-gradient(135deg, #f43df3, #F43D79);