#f459fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
244, 89, 253
HSL
297°, 98%, 67%
CMYK
4, 65, 0, 1
Luminance
0.3347
Every format
| HEX | #f459fd |
| RGB | rgb(244, 89, 253) |
| HSL | hsl(297, 98%, 67%) |
| CMYK | cmyk(4%, 65%, 0%, 1%) |
| LAB | lab(64.5 78.4 -53.1) |
| LCH | lch(64.5 94.7 325.9) |
| OKLCH | oklch(0.728 0.260 325.5) |
Copy-ready code
/* CSS */
color: #f459fd;
background-color: #f459fd;
/* Tailwind (arbitrary) */
class="text-[#f459fd] bg-[#f459fd]"
/* SCSS */
$brand: #f459fd;
/* SwiftUI */
Color(red: 0.957, green: 0.349, blue: 0.992)
/* Android */
Color.parseColor("#f459fd")Accessibility — WCAG contrast
Aa
#f459fd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f459fd on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green34.9%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta64.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f459fd text on a black background
contrast 7.69:1
Card sample
#f459fd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f459fd;
Background color
Panel with #f459fd background
background-color: #f459fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f459fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 89, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 89, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f459fd; background: linear-gradient(135deg, #f459fd, #FD5999);