#f44dff
a light, electric magenta / pink · warm · closest name: magenta
RGB
244, 77, 255
HSL
296°, 100%, 65%
CMYK
4, 70, 0, 0
Luminance
0.3176
Every format
| HEX | #f44dff |
| RGB | rgb(244, 77, 255) |
| HSL | hsl(296, 100%, 65%) |
| CMYK | cmyk(4%, 70%, 0%, 0%) |
| LAB | lab(63.1 83.0 -56.4) |
| LCH | lch(63.1 100.3 325.8) |
| OKLCH | oklch(0.718 0.276 325.3) |
Copy-ready code
/* CSS */
color: #f44dff;
background-color: #f44dff;
/* Tailwind (arbitrary) */
class="text-[#f44dff] bg-[#f44dff]"
/* SCSS */
$brand: #f44dff;
/* SwiftUI */
Color(red: 0.957, green: 0.302, blue: 1.000)
/* Android */
Color.parseColor("#f44dff")Accessibility — WCAG contrast
Aa
#f44dff on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44dff on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.2%
Blue100.0%
CMYK percentages
Cyan4.3%
Magenta69.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f44dff text on a black background
contrast 7.35:1
Card sample
#f44dff text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44dff;
Background color
Panel with #f44dff background
background-color: #f44dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 77, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 77, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44dff; background: linear-gradient(135deg, #f44dff, #FF4D93);