#f221fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 33, 253
HSL
297°, 98%, 56%
CMYK
4, 87, 0, 1
Luminance
0.2706
Every format
| HEX | #f221fd |
| RGB | rgb(242, 33, 253) |
| HSL | hsl(297, 98%, 56%) |
| CMYK | cmyk(4%, 87%, 0%, 1%) |
| LAB | lab(59.0 93.0 -61.9) |
| LCH | lch(59.0 111.7 326.3) |
| OKLCH | oklch(0.688 0.307 325.8) |
Copy-ready code
/* CSS */
color: #f221fd;
background-color: #f221fd;
/* Tailwind (arbitrary) */
class="text-[#f221fd] bg-[#f221fd]"
/* SCSS */
$brand: #f221fd;
/* SwiftUI */
Color(red: 0.949, green: 0.129, blue: 0.992)
/* Android */
Color.parseColor("#f221fd")Accessibility — WCAG contrast
Aa
#f221fd on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f221fd on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green12.9%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta87.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f221fd text on a black background
contrast 6.41:1
Card sample
#f221fd text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f221fd;
Background color
Panel with #f221fd background
background-color: #f221fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f221fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 33, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 33, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f221fd; background: linear-gradient(135deg, #f221fd, #FD2175);