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