#f44dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 77, 253
HSL
297°, 98%, 65%
CMYK
4, 70, 0, 1
Luminance
0.3163
Every format
| HEX | #f44dfd |
| RGB | rgb(244, 77, 253) |
| HSL | hsl(297, 98%, 65%) |
| CMYK | cmyk(4%, 70%, 0%, 1%) |
| LAB | lab(63.0 82.7 -55.5) |
| LCH | lch(63.0 99.5 326.1) |
| OKLCH | oklch(0.717 0.274 325.8) |
Copy-ready code
/* CSS */
color: #f44dfd;
background-color: #f44dfd;
/* Tailwind (arbitrary) */
class="text-[#f44dfd] bg-[#f44dfd]"
/* SCSS */
$brand: #f44dfd;
/* SwiftUI */
Color(red: 0.957, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#f44dfd")Accessibility — WCAG contrast
Aa
#f44dfd on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44dfd on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.2%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f44dfd text on a black background
contrast 7.33:1
Card sample
#f44dfd text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44dfd;
Background color
Panel with #f44dfd background
background-color: #f44dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44dfd; background: linear-gradient(135deg, #f44dfd, #FD4D91);