#f024e7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 36, 231
HSL
303°, 87%, 54%
CMYK
0, 85, 4, 6
Luminance
0.2556
Every format
| HEX | #f024e7 |
| RGB | rgb(240, 36, 231) |
| HSL | hsl(303, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 4%, 6%) |
| LAB | lab(57.6 89.0 -51.9) |
| LCH | lch(57.6 103.0 329.7) |
| OKLCH | oklch(0.674 0.291 330.4) |
Copy-ready code
/* CSS */
color: #f024e7;
background-color: #f024e7;
/* Tailwind (arbitrary) */
class="text-[#f024e7] bg-[#f024e7]"
/* SCSS */
$brand: #f024e7;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.906)
/* Android */
Color.parseColor("#f024e7")Accessibility — WCAG contrast
Aa
#f024e7 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024e7 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow3.7%
Key (black)5.9%
Color previews
#f024e7 text on a black background
contrast 6.11:1
Card sample
#f024e7 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024e7;
Background color
Panel with #f024e7 background
background-color: #f024e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024e7; background: linear-gradient(135deg, #f024e7, #F0245F);