#f441df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 65, 223
HSL
307°, 89%, 61%
CMYK
0, 73, 9, 4
Luminance
0.2834
Every format
| HEX | #f441df |
| RGB | rgb(244, 65, 223) |
| HSL | hsl(307, 89%, 61%) |
| CMYK | cmyk(0%, 73%, 9%, 4%) |
| LAB | lab(60.2 81.8 -43.3) |
| LCH | lch(60.2 92.6 332.1) |
| OKLCH | oklch(0.692 0.265 333.4) |
Copy-ready code
/* CSS */
color: #f441df;
background-color: #f441df;
/* Tailwind (arbitrary) */
class="text-[#f441df] bg-[#f441df]"
/* SCSS */
$brand: #f441df;
/* SwiftUI */
Color(red: 0.957, green: 0.255, blue: 0.875)
/* Android */
Color.parseColor("#f441df")Accessibility — WCAG contrast
Aa
#f441df on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f441df on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green25.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta73.4%
Yellow8.6%
Key (black)4.3%
Color previews
#f441df text on a black background
contrast 6.67:1
Card sample
#f441df text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f441df;
Background color
Panel with #f441df background
background-color: #f441df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f441df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 65, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 65, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f441df; background: linear-gradient(135deg, #f441df, #F44168);