#f331fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 49, 253
HSL
297°, 98%, 59%
CMYK
4, 81, 0, 1
Luminance
0.2834
Every format
| HEX | #f331fd |
| RGB | rgb(243, 49, 253) |
| HSL | hsl(297, 98%, 59%) |
| CMYK | cmyk(4%, 81%, 0%, 1%) |
| LAB | lab(60.2 90.2 -60.0) |
| LCH | lch(60.2 108.3 326.4) |
| OKLCH | oklch(0.697 0.298 325.9) |
Copy-ready code
/* CSS */
color: #f331fd;
background-color: #f331fd;
/* Tailwind (arbitrary) */
class="text-[#f331fd] bg-[#f331fd]"
/* SCSS */
$brand: #f331fd;
/* SwiftUI */
Color(red: 0.953, green: 0.192, blue: 0.992)
/* Android */
Color.parseColor("#f331fd")Accessibility — WCAG contrast
Aa
#f331fd on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f331fd on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green19.2%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta80.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f331fd text on a black background
contrast 6.67:1
Card sample
#f331fd text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f331fd;
Background color
Panel with #f331fd background
background-color: #f331fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f331fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 49, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 49, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f331fd; background: linear-gradient(135deg, #f331fd, #FD317F);