#f43ade
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 58, 222
HSL
307°, 89%, 59%
CMYK
0, 76, 9, 4
Luminance
0.2753
Every format
| HEX | #f43ade |
| RGB | rgb(244, 58, 222) |
| HSL | hsl(307, 89%, 59%) |
| CMYK | cmyk(0%, 76%, 9%, 4%) |
| LAB | lab(59.5 83.7 -43.9) |
| LCH | lch(59.5 94.5 332.3) |
| OKLCH | oklch(0.687 0.271 333.6) |
Copy-ready code
/* CSS */
color: #f43ade;
background-color: #f43ade;
/* Tailwind (arbitrary) */
class="text-[#f43ade] bg-[#f43ade]"
/* SCSS */
$brand: #f43ade;
/* SwiftUI */
Color(red: 0.957, green: 0.227, blue: 0.871)
/* Android */
Color.parseColor("#f43ade")Accessibility — WCAG contrast
Aa
#f43ade on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43ade on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green22.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow9.0%
Key (black)4.3%
Color previews
#f43ade text on a black background
contrast 6.51:1
Card sample
#f43ade text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43ade;
Background color
Panel with #f43ade background
background-color: #f43ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 58, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 58, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43ade; background: linear-gradient(135deg, #f43ade, #F43A62);