#f042fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 66, 253
HSL
296°, 98%, 63%
CMYK
5, 74, 0, 1
Luminance
0.2951
Every format
| HEX | #f042fd |
| RGB | rgb(240, 66, 253) |
| HSL | hsl(296, 98%, 63%) |
| CMYK | cmyk(5%, 74%, 0%, 1%) |
| LAB | lab(61.2 85.3 -58.4) |
| LCH | lch(61.2 103.4 325.6) |
| OKLCH | oklch(0.703 0.283 324.9) |
Copy-ready code
/* CSS */
color: #f042fd;
background-color: #f042fd;
/* Tailwind (arbitrary) */
class="text-[#f042fd] bg-[#f042fd]"
/* SCSS */
$brand: #f042fd;
/* SwiftUI */
Color(red: 0.941, green: 0.259, blue: 0.992)
/* Android */
Color.parseColor("#f042fd")Accessibility — WCAG contrast
Aa
#f042fd on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f042fd on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green25.9%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta73.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f042fd text on a black background
contrast 6.90:1
Card sample
#f042fd text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f042fd;
Background color
Panel with #f042fd background
background-color: #f042fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f042fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 66, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 66, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f042fd; background: linear-gradient(135deg, #f042fd, #FD428D);