#f124df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 36, 223
HSL
305°, 88%, 54%
CMYK
0, 85, 8, 6
Luminance
0.2529
Every format
| HEX | #f124df |
| RGB | rgb(241, 36, 223) |
| HSL | hsl(305, 88%, 54%) |
| CMYK | cmyk(0%, 85%, 8%, 6%) |
| LAB | lab(57.4 88.0 -47.8) |
| LCH | lch(57.4 100.2 331.5) |
| OKLCH | oklch(0.671 0.286 332.6) |
Copy-ready code
/* CSS */
color: #f124df;
background-color: #f124df;
/* Tailwind (arbitrary) */
class="text-[#f124df] bg-[#f124df]"
/* SCSS */
$brand: #f124df;
/* SwiftUI */
Color(red: 0.945, green: 0.141, blue: 0.875)
/* Android */
Color.parseColor("#f124df")Accessibility — WCAG contrast
Aa
#f124df on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f124df on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green14.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta85.1%
Yellow7.5%
Key (black)5.5%
Color previews
#f124df text on a black background
contrast 6.06:1
Card sample
#f124df text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f124df;
Background color
Panel with #f124df background
background-color: #f124df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f124df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 36, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 36, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f124df; background: linear-gradient(135deg, #f124df, #F12456);