#f44afb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 74, 251
HSL
298°, 96%, 64%
CMYK
3, 71, 0, 2
Luminance
0.3110
Every format
| HEX | #f44afb |
| RGB | rgb(244, 74, 251) |
| HSL | hsl(298, 96%, 64%) |
| CMYK | cmyk(3%, 71%, 0%, 2%) |
| LAB | lab(62.6 83.3 -55.1) |
| LCH | lch(62.6 99.9 326.5) |
| OKLCH | oklch(0.714 0.276 326.3) |
Copy-ready code
/* CSS */
color: #f44afb;
background-color: #f44afb;
/* Tailwind (arbitrary) */
class="text-[#f44afb] bg-[#f44afb]"
/* SCSS */
$brand: #f44afb;
/* SwiftUI */
Color(red: 0.957, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#f44afb")Accessibility — WCAG contrast
Aa
#f44afb on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44afb on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green29.0%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta70.5%
Yellow0.0%
Key (black)1.6%
Color previews
#f44afb text on a black background
contrast 7.22:1
Card sample
#f44afb text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44afb;
Background color
Panel with #f44afb background
background-color: #f44afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44afb; background: linear-gradient(135deg, #f44afb, #FB4A8C);