#f418df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 24, 223
HSL
306°, 91%, 53%
CMYK
0, 90, 9, 4
Luminance
0.2521
Every format
| HEX | #f418df |
| RGB | rgb(244, 24, 223) |
| HSL | hsl(306, 91%, 53%) |
| CMYK | cmyk(0%, 90%, 9%, 4%) |
| LAB | lab(57.3 90.3 -47.9) |
| LCH | lch(57.3 102.2 332.1) |
| OKLCH | oklch(0.671 0.293 333.2) |
Copy-ready code
/* CSS */
color: #f418df;
background-color: #f418df;
/* Tailwind (arbitrary) */
class="text-[#f418df] bg-[#f418df]"
/* SCSS */
$brand: #f418df;
/* SwiftUI */
Color(red: 0.957, green: 0.094, blue: 0.875)
/* Android */
Color.parseColor("#f418df")Accessibility — WCAG contrast
Aa
#f418df on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f418df on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green9.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow8.6%
Key (black)4.3%
Color previews
#f418df text on a black background
contrast 6.04:1
Card sample
#f418df text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f418df;
Background color
Panel with #f418df background
background-color: #f418df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f418df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 24, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 24, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f418df; background: linear-gradient(135deg, #f418df, #F4184C);