#f024c8
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 36, 200
HSL
312°, 87%, 54%
CMYK
0, 85, 17, 6
Luminance
0.2396
Every format
| HEX | #f024c8 |
| RGB | rgb(240, 36, 200) |
| HSL | hsl(312, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 17%, 6%) |
| LAB | lab(56.0 84.8 -36.8) |
| LCH | lch(56.0 92.4 336.6) |
| OKLCH | oklch(0.657 0.271 338.4) |
Copy-ready code
/* CSS */
color: #f024c8;
background-color: #f024c8;
/* Tailwind (arbitrary) */
class="text-[#f024c8] bg-[#f024c8]"
/* SCSS */
$brand: #f024c8;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.784)
/* Android */
Color.parseColor("#f024c8")Accessibility — WCAG contrast
Aa
#f024c8 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024c8 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow16.7%
Key (black)5.9%
Color previews
#f024c8 text on a black background
contrast 5.79:1
Card sample
#f024c8 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024c8;
Background color
Panel with #f024c8 background
background-color: #f024c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024c8; background: linear-gradient(135deg, #f024c8, #F02440);