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