#f442fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 66, 253
HSL
297°, 98%, 63%
CMYK
4, 74, 0, 1
Luminance
0.3022
Every format
| HEX | #f442fd |
| RGB | rgb(244, 66, 253) |
| HSL | hsl(297, 98%, 63%) |
| CMYK | cmyk(4%, 74%, 0%, 1%) |
| LAB | lab(61.9 86.1 -57.4) |
| LCH | lch(61.9 103.4 326.3) |
| OKLCH | oklch(0.709 0.285 325.9) |
Copy-ready code
/* CSS */
color: #f442fd;
background-color: #f442fd;
/* Tailwind (arbitrary) */
class="text-[#f442fd] bg-[#f442fd]"
/* SCSS */
$brand: #f442fd;
/* SwiftUI */
Color(red: 0.957, green: 0.259, blue: 0.992)
/* Android */
Color.parseColor("#f442fd")Accessibility — WCAG contrast
Aa
#f442fd on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f442fd on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green25.9%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta73.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f442fd text on a black background
contrast 7.04:1
Card sample
#f442fd text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f442fd;
Background color
Panel with #f442fd background
background-color: #f442fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f442fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 66, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 66, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f442fd; background: linear-gradient(135deg, #f442fd, #FD4289);