#f124fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 36, 253
HSL
297°, 98%, 57%
CMYK
5, 86, 0, 1
Luminance
0.2705
Every format
| HEX | #f124fd |
| RGB | rgb(241, 36, 253) |
| HSL | hsl(297, 98%, 57%) |
| CMYK | cmyk(5%, 86%, 0%, 1%) |
| LAB | lab(59.0 92.3 -61.9) |
| LCH | lch(59.0 111.2 326.2) |
| OKLCH | oklch(0.688 0.305 325.6) |
Copy-ready code
/* CSS */
color: #f124fd;
background-color: #f124fd;
/* Tailwind (arbitrary) */
class="text-[#f124fd] bg-[#f124fd]"
/* SCSS */
$brand: #f124fd;
/* SwiftUI */
Color(red: 0.945, green: 0.141, blue: 0.992)
/* Android */
Color.parseColor("#f124fd")Accessibility — WCAG contrast
Aa
#f124fd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f124fd on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green14.1%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta85.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f124fd text on a black background
contrast 6.41:1
Card sample
#f124fd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f124fd;
Background color
Panel with #f124fd background
background-color: #f124fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f124fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 36, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 36, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f124fd; background: linear-gradient(135deg, #f124fd, #FD2478);