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