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