#f112fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 18, 253
HSL
297°, 98%, 53%
CMYK
5, 93, 0, 1
Luminance
0.2623
Every format
| HEX | #f112fd |
| RGB | rgb(241, 18, 253) |
| HSL | hsl(297, 98%, 53%) |
| CMYK | cmyk(5%, 93%, 0%, 1%) |
| LAB | lab(58.3 94.6 -63.2) |
| LCH | lch(58.3 113.8 326.3) |
| OKLCH | oklch(0.682 0.313 325.7) |
Copy-ready code
/* CSS */
color: #f112fd;
background-color: #f112fd;
/* Tailwind (arbitrary) */
class="text-[#f112fd] bg-[#f112fd]"
/* SCSS */
$brand: #f112fd;
/* SwiftUI */
Color(red: 0.945, green: 0.071, blue: 0.992)
/* Android */
Color.parseColor("#f112fd")Accessibility — WCAG contrast
Aa
#f112fd on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f112fd on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green7.1%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta92.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f112fd text on a black background
contrast 6.25:1
Card sample
#f112fd text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f112fd;
Background color
Panel with #f112fd background
background-color: #f112fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f112fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 18, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 18, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f112fd; background: linear-gradient(135deg, #f112fd, #FD126C);