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