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