#f439fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 57, 253
HSL
297°, 98%, 61%
CMYK
4, 78, 0, 1
Luminance
0.2925
Every format
| HEX | #f439fd |
| RGB | rgb(244, 57, 253) |
| HSL | hsl(297, 98%, 61%) |
| CMYK | cmyk(4%, 78%, 0%, 1%) |
| LAB | lab(61.0 88.5 -58.7) |
| LCH | lch(61.0 106.2 326.4) |
| OKLCH | oklch(0.703 0.293 326.0) |
Copy-ready code
/* CSS */
color: #f439fd;
background-color: #f439fd;
/* Tailwind (arbitrary) */
class="text-[#f439fd] bg-[#f439fd]"
/* SCSS */
$brand: #f439fd;
/* SwiftUI */
Color(red: 0.957, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#f439fd")Accessibility — WCAG contrast
Aa
#f439fd on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f439fd on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green22.4%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f439fd text on a black background
contrast 6.85:1
Card sample
#f439fd text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f439fd;
Background color
Panel with #f439fd background
background-color: #f439fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f439fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f439fd; background: linear-gradient(135deg, #f439fd, #FD3984);