#f359fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
243, 89, 253
HSL
296°, 98%, 67%
CMYK
4, 65, 0, 1
Luminance
0.3329
Every format
| HEX | #f359fd |
| RGB | rgb(243, 89, 253) |
| HSL | hsl(296, 98%, 67%) |
| CMYK | cmyk(4%, 65%, 0%, 1%) |
| LAB | lab(64.4 78.2 -53.3) |
| LCH | lch(64.4 94.7 325.7) |
| OKLCH | oklch(0.727 0.260 325.3) |
Copy-ready code
/* CSS */
color: #f359fd;
background-color: #f359fd;
/* Tailwind (arbitrary) */
class="text-[#f359fd] bg-[#f359fd]"
/* SCSS */
$brand: #f359fd;
/* SwiftUI */
Color(red: 0.953, green: 0.349, blue: 0.992)
/* Android */
Color.parseColor("#f359fd")Accessibility — WCAG contrast
Aa
#f359fd on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f359fd on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green34.9%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta64.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f359fd text on a black background
contrast 7.66:1
Card sample
#f359fd text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f359fd;
Background color
Panel with #f359fd background
background-color: #f359fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f359fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 89, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 89, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f359fd; background: linear-gradient(135deg, #f359fd, #FD599A);