#f407fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 7, 253
HSL
298°, 98%, 51%
CMYK
4, 97, 0, 1
Luminance
0.2648
Every format
| HEX | #f407fd |
| RGB | rgb(244, 7, 253) |
| HSL | hsl(298, 98%, 51%) |
| CMYK | cmyk(4%, 97%, 0%, 1%) |
| LAB | lab(58.5 95.9 -62.8) |
| LCH | lch(58.5 114.6 326.8) |
| OKLCH | oklch(0.685 0.316 326.4) |
Copy-ready code
/* CSS */
color: #f407fd;
background-color: #f407fd;
/* Tailwind (arbitrary) */
class="text-[#f407fd] bg-[#f407fd]"
/* SCSS */
$brand: #f407fd;
/* SwiftUI */
Color(red: 0.957, green: 0.027, blue: 0.992)
/* Android */
Color.parseColor("#f407fd")Accessibility — WCAG contrast
Aa
#f407fd on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f407fd on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green2.7%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta97.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f407fd text on a black background
contrast 6.30:1
Card sample
#f407fd text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f407fd;
Background color
Panel with #f407fd background
background-color: #f407fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f407fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 7, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 7, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f407fd; background: linear-gradient(135deg, #f407fd, #FD0762);