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