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