#f44df1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 77, 241
HSL
301°, 88%, 63%
CMYK
0, 68, 1, 4
Luminance
0.3089
Every format
| HEX | #f44df1 |
| RGB | rgb(244, 77, 241) |
| HSL | hsl(301, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 1%, 4%) |
| LAB | lab(62.4 80.8 -49.8) |
| LCH | lch(62.4 94.9 328.3) |
| OKLCH | oklch(0.711 0.265 328.7) |
Copy-ready code
/* CSS */
color: #f44df1;
background-color: #f44df1;
/* Tailwind (arbitrary) */
class="text-[#f44df1] bg-[#f44df1]"
/* SCSS */
$brand: #f44df1;
/* SwiftUI */
Color(red: 0.957, green: 0.302, blue: 0.945)
/* Android */
Color.parseColor("#f44df1")Accessibility — WCAG contrast
Aa
#f44df1 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44df1 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.2%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow1.2%
Key (black)4.3%
Color previews
#f44df1 text on a black background
contrast 7.18:1
Card sample
#f44df1 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44df1;
Background color
Panel with #f44df1 background
background-color: #f44df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 77, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 77, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44df1; background: linear-gradient(135deg, #f44df1, #F44D81);