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