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