#f95cfd
a light, electric magenta / pink · warm · closest name: magenta
RGB
249, 92, 253
HSL
299°, 98%, 68%
CMYK
2, 64, 0, 1
Luminance
0.3489
Every format
| HEX | #f95cfd |
| RGB | rgb(249, 92, 253) |
| HSL | hsl(299, 98%, 68%) |
| CMYK | cmyk(2%, 64%, 0%, 1%) |
| LAB | lab(65.7 78.4 -51.3) |
| LCH | lch(65.7 93.7 326.8) |
| OKLCH | oklch(0.738 0.259 326.8) |
Copy-ready code
/* CSS */
color: #f95cfd;
background-color: #f95cfd;
/* Tailwind (arbitrary) */
class="text-[#f95cfd] bg-[#f95cfd]"
/* SCSS */
$brand: #f95cfd;
/* SwiftUI */
Color(red: 0.976, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#f95cfd")Accessibility — WCAG contrast
Aa
#f95cfd on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95cfd on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green36.1%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f95cfd text on a black background
contrast 7.98:1
Card sample
#f95cfd text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95cfd;
Background color
Panel with #f95cfd background
background-color: #f95cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95cfd; background: linear-gradient(135deg, #f95cfd, #FD5C96);