#f334fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 52, 253
HSL
297°, 98%, 60%
CMYK
4, 79, 0, 1
Luminance
0.2860
Every format
| HEX | #f334fd |
| RGB | rgb(243, 52, 253) |
| HSL | hsl(297, 98%, 60%) |
| CMYK | cmyk(4%, 79%, 0%, 1%) |
| LAB | lab(60.4 89.5 -59.7) |
| LCH | lch(60.4 107.6 326.3) |
| OKLCH | oklch(0.698 0.296 325.9) |
Copy-ready code
/* CSS */
color: #f334fd;
background-color: #f334fd;
/* Tailwind (arbitrary) */
class="text-[#f334fd] bg-[#f334fd]"
/* SCSS */
$brand: #f334fd;
/* SwiftUI */
Color(red: 0.953, green: 0.204, blue: 0.992)
/* Android */
Color.parseColor("#f334fd")Accessibility — WCAG contrast
Aa
#f334fd on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f334fd on black: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green20.4%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta79.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f334fd text on a black background
contrast 6.72:1
Card sample
#f334fd text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f334fd;
Background color
Panel with #f334fd background
background-color: #f334fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f334fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 52, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 52, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f334fd; background: linear-gradient(135deg, #f334fd, #FD3481);