#f024f1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 36, 241
HSL
300°, 88%, 54%
CMYK
0, 85, 0, 6
Luminance
0.2614
Every format
| HEX | #f024f1 |
| RGB | rgb(240, 36, 241) |
| HSL | hsl(300, 88%, 54%) |
| CMYK | cmyk(0%, 85%, 0%, 6%) |
| LAB | lab(58.2 90.4 -56.6) |
| LCH | lch(58.2 106.7 327.9) |
| OKLCH | oklch(0.679 0.297 328.0) |
Copy-ready code
/* CSS */
color: #f024f1;
background-color: #f024f1;
/* Tailwind (arbitrary) */
class="text-[#f024f1] bg-[#f024f1]"
/* SCSS */
$brand: #f024f1;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.945)
/* Android */
Color.parseColor("#f024f1")Accessibility — WCAG contrast
Aa
#f024f1 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024f1 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue94.5%
CMYK percentages
Cyan0.4%
Magenta85.1%
Yellow0.0%
Key (black)5.5%
Color previews
#f024f1 text on a black background
contrast 6.23:1
Card sample
#f024f1 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024f1;
Background color
Panel with #f024f1 background
background-color: #f024f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024f1; background: linear-gradient(135deg, #f024f1, #F12469);