#f42dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 45, 253
HSL
297°, 98%, 58%
CMYK
4, 82, 0, 1
Luminance
0.2820
Every format
| HEX | #f42dfd |
| RGB | rgb(244, 45, 253) |
| HSL | hsl(297, 98%, 58%) |
| CMYK | cmyk(4%, 82%, 0%, 1%) |
| LAB | lab(60.1 91.2 -60.2) |
| LCH | lch(60.1 109.3 326.6) |
| OKLCH | oklch(0.696 0.301 326.2) |
Copy-ready code
/* CSS */
color: #f42dfd;
background-color: #f42dfd;
/* Tailwind (arbitrary) */
class="text-[#f42dfd] bg-[#f42dfd]"
/* SCSS */
$brand: #f42dfd;
/* SwiftUI */
Color(red: 0.957, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#f42dfd")Accessibility — WCAG contrast
Aa
#f42dfd on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f42dfd on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green17.6%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f42dfd text on a black background
contrast 6.64:1
Card sample
#f42dfd text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f42dfd;
Background color
Panel with #f42dfd background
background-color: #f42dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f42dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f42dfd; background: linear-gradient(135deg, #f42dfd, #FD2D7B);