#f12dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 45, 253
HSL
297°, 98%, 58%
CMYK
5, 82, 0, 1
Luminance
0.2767
Every format
| HEX | #f12dfd |
| RGB | rgb(241, 45, 253) |
| HSL | hsl(297, 98%, 58%) |
| CMYK | cmyk(5%, 82%, 0%, 1%) |
| LAB | lab(59.6 90.7 -61.0) |
| LCH | lch(59.6 109.3 326.1) |
| OKLCH | oklch(0.692 0.300 325.5) |
Copy-ready code
/* CSS */
color: #f12dfd;
background-color: #f12dfd;
/* Tailwind (arbitrary) */
class="text-[#f12dfd] bg-[#f12dfd]"
/* SCSS */
$brand: #f12dfd;
/* SwiftUI */
Color(red: 0.945, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#f12dfd")Accessibility — WCAG contrast
Aa
#f12dfd on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f12dfd on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green17.6%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f12dfd text on a black background
contrast 6.53:1
Card sample
#f12dfd text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f12dfd;
Background color
Panel with #f12dfd background
background-color: #f12dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f12dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f12dfd; background: linear-gradient(135deg, #f12dfd, #FD2D7E);