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