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