#f024e2
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 36, 226
HSL
304°, 87%, 54%
CMYK
0, 85, 6, 6
Luminance
0.2528
Every format
| HEX | #f024e2 |
| RGB | rgb(240, 36, 226) |
| HSL | hsl(304, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 6%, 6%) |
| LAB | lab(57.4 88.3 -49.5) |
| LCH | lch(57.4 101.2 330.7) |
| OKLCH | oklch(0.671 0.287 331.6) |
Copy-ready code
/* CSS */
color: #f024e2;
background-color: #f024e2;
/* Tailwind (arbitrary) */
class="text-[#f024e2] bg-[#f024e2]"
/* SCSS */
$brand: #f024e2;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.886)
/* Android */
Color.parseColor("#f024e2")Accessibility — WCAG contrast
Aa
#f024e2 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024e2 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow5.8%
Key (black)5.9%
Color previews
#f024e2 text on a black background
contrast 6.06:1
Card sample
#f024e2 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024e2;
Background color
Panel with #f024e2 background
background-color: #f024e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024e2; background: linear-gradient(135deg, #f024e2, #F0245A);