#f151fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
241, 81, 253
HSL
296°, 98%, 66%
CMYK
5, 68, 0, 1
Luminance
0.3168
Every format
| HEX | #f151fd |
| RGB | rgb(241, 81, 253) |
| HSL | hsl(296, 98%, 66%) |
| CMYK | cmyk(5%, 68%, 0%, 1%) |
| LAB | lab(63.1 80.7 -55.5) |
| LCH | lch(63.1 97.9 325.5) |
| OKLCH | oklch(0.717 0.268 324.9) |
Copy-ready code
/* CSS */
color: #f151fd;
background-color: #f151fd;
/* Tailwind (arbitrary) */
class="text-[#f151fd] bg-[#f151fd]"
/* SCSS */
$brand: #f151fd;
/* SwiftUI */
Color(red: 0.945, green: 0.318, blue: 0.992)
/* Android */
Color.parseColor("#f151fd")Accessibility — WCAG contrast
Aa
#f151fd on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f151fd on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green31.8%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta68.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f151fd text on a black background
contrast 7.34:1
Card sample
#f151fd text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f151fd;
Background color
Panel with #f151fd background
background-color: #f151fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f151fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 81, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 81, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f151fd; background: linear-gradient(135deg, #f151fd, #FD5196);