#f15dfb
a light, electric magenta / pink · warm · closest name: magenta
RGB
241, 93, 251
HSL
296°, 95%, 68%
CMYK
4, 63, 0, 2
Luminance
0.3349
Every format
| HEX | #f15dfb |
| RGB | rgb(241, 93, 251) |
| HSL | hsl(296, 95%, 68%) |
| CMYK | cmyk(4%, 63%, 0%, 2%) |
| LAB | lab(64.6 75.9 -52.0) |
| LCH | lch(64.6 92.0 325.6) |
| OKLCH | oklch(0.727 0.253 325.2) |
Copy-ready code
/* CSS */
color: #f15dfb;
background-color: #f15dfb;
/* Tailwind (arbitrary) */
class="text-[#f15dfb] bg-[#f15dfb]"
/* SCSS */
$brand: #f15dfb;
/* SwiftUI */
Color(red: 0.945, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#f15dfb")Accessibility — WCAG contrast
Aa
#f15dfb on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f15dfb on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green36.5%
Blue98.4%
CMYK percentages
Cyan4.0%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#f15dfb text on a black background
contrast 7.70:1
Card sample
#f15dfb text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f15dfb;
Background color
Panel with #f15dfb background
background-color: #f15dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f15dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f15dfb; background: linear-gradient(135deg, #f15dfb, #FB5D9C);