#f024d4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 36, 212
HSL
308°, 87%, 54%
CMYK
0, 85, 12, 6
Luminance
0.2454
Every format
| HEX | #f024d4 |
| RGB | rgb(240, 36, 212) |
| HSL | hsl(308, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 12%, 6%) |
| LAB | lab(56.6 86.4 -42.7) |
| LCH | lch(56.6 96.3 333.7) |
| OKLCH | oklch(0.663 0.279 335.2) |
Copy-ready code
/* CSS */
color: #f024d4;
background-color: #f024d4;
/* Tailwind (arbitrary) */
class="text-[#f024d4] bg-[#f024d4]"
/* SCSS */
$brand: #f024d4;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.831)
/* Android */
Color.parseColor("#f024d4")Accessibility — WCAG contrast
Aa
#f024d4 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024d4 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow11.7%
Key (black)5.9%
Color previews
#f024d4 text on a black background
contrast 5.91:1
Card sample
#f024d4 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024d4;
Background color
Panel with #f024d4 background
background-color: #f024d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024d4; background: linear-gradient(135deg, #f024d4, #F0244C);