#f44af8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 74, 248
HSL
299°, 93%, 63%
CMYK
2, 70, 0, 3
Luminance
0.3091
Every format
| HEX | #f44af8 |
| RGB | rgb(244, 74, 248) |
| HSL | hsl(299, 93%, 63%) |
| CMYK | cmyk(2%, 70%, 0%, 3%) |
| LAB | lab(62.4 82.8 -53.7) |
| LCH | lch(62.4 98.7 327.0) |
| OKLCH | oklch(0.712 0.273 327.0) |
Copy-ready code
/* CSS */
color: #f44af8;
background-color: #f44af8;
/* Tailwind (arbitrary) */
class="text-[#f44af8] bg-[#f44af8]"
/* SCSS */
$brand: #f44af8;
/* SwiftUI */
Color(red: 0.957, green: 0.290, blue: 0.973)
/* Android */
Color.parseColor("#f44af8")Accessibility — WCAG contrast
Aa
#f44af8 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44af8 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green29.0%
Blue97.3%
CMYK percentages
Cyan1.6%
Magenta70.2%
Yellow0.0%
Key (black)2.7%
Color previews
#f44af8 text on a black background
contrast 7.18:1
Card sample
#f44af8 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44af8;
Background color
Panel with #f44af8 background
background-color: #f44af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 74, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 74, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44af8; background: linear-gradient(135deg, #f44af8, #F84A88);