#f024fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 36, 253
HSL
296°, 98%, 57%
CMYK
5, 86, 0, 1
Luminance
0.2688
Every format
| HEX | #f024fd |
| RGB | rgb(240, 36, 253) |
| HSL | hsl(296, 98%, 57%) |
| CMYK | cmyk(5%, 86%, 0%, 1%) |
| LAB | lab(58.9 92.2 -62.2) |
| LCH | lch(58.9 111.2 326.0) |
| OKLCH | oklch(0.686 0.305 325.3) |
Copy-ready code
/* CSS */
color: #f024fd;
background-color: #f024fd;
/* Tailwind (arbitrary) */
class="text-[#f024fd] bg-[#f024fd]"
/* SCSS */
$brand: #f024fd;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#f024fd")Accessibility — WCAG contrast
Aa
#f024fd on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024fd on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f024fd text on a black background
contrast 6.38:1
Card sample
#f024fd text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024fd;
Background color
Panel with #f024fd background
background-color: #f024fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024fd; background: linear-gradient(135deg, #f024fd, #FD2479);