#f12fdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 47, 223
HSL
306°, 87%, 57%
CMYK
0, 81, 8, 6
Luminance
0.2606
Every format
| HEX | #f12fdf |
| RGB | rgb(241, 47, 223) |
| HSL | hsl(306, 87%, 57%) |
| CMYK | cmyk(0%, 81%, 8%, 6%) |
| LAB | lab(58.1 85.9 -46.6) |
| LCH | lch(58.1 97.7 331.5) |
| OKLCH | oklch(0.676 0.279 332.6) |
Copy-ready code
/* CSS */
color: #f12fdf;
background-color: #f12fdf;
/* Tailwind (arbitrary) */
class="text-[#f12fdf] bg-[#f12fdf]"
/* SCSS */
$brand: #f12fdf;
/* SwiftUI */
Color(red: 0.945, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#f12fdf")Accessibility — WCAG contrast
Aa
#f12fdf on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f12fdf on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green18.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow7.5%
Key (black)5.5%
Color previews
#f12fdf text on a black background
contrast 6.21:1
Card sample
#f12fdf text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f12fdf;
Background color
Panel with #f12fdf background
background-color: #f12fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f12fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f12fdf; background: linear-gradient(135deg, #f12fdf, #F12F5E);