#f417fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 23, 253
HSL
298°, 98%, 54%
CMYK
4, 91, 0, 1
Luminance
0.2694
Every format
| HEX | #f417fd |
| RGB | rgb(244, 23, 253) |
| HSL | hsl(298, 98%, 54%) |
| CMYK | cmyk(4%, 91%, 0%, 1%) |
| LAB | lab(58.9 94.6 -62.1) |
| LCH | lch(58.9 113.1 326.7) |
| OKLCH | oklch(0.688 0.312 326.3) |
Copy-ready code
/* CSS */
color: #f417fd;
background-color: #f417fd;
/* Tailwind (arbitrary) */
class="text-[#f417fd] bg-[#f417fd]"
/* SCSS */
$brand: #f417fd;
/* SwiftUI */
Color(red: 0.957, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#f417fd")Accessibility — WCAG contrast
Aa
#f417fd on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f417fd on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green9.0%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f417fd text on a black background
contrast 6.39:1
Card sample
#f417fd text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f417fd;
Background color
Panel with #f417fd background
background-color: #f417fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f417fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f417fd; background: linear-gradient(135deg, #f417fd, #FD176C);