#f94dfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 77, 253
HSL
299°, 98%, 65%
CMYK
2, 70, 0, 1
Luminance
0.3254
Every format
| HEX | #f94dfd |
| RGB | rgb(249, 77, 253) |
| HSL | hsl(299, 98%, 65%) |
| CMYK | cmyk(2%, 70%, 0%, 1%) |
| LAB | lab(63.8 83.7 -54.3) |
| LCH | lch(63.8 99.7 327.0) |
| OKLCH | oklch(0.724 0.276 327.0) |
Copy-ready code
/* CSS */
color: #f94dfd;
background-color: #f94dfd;
/* Tailwind (arbitrary) */
class="text-[#f94dfd] bg-[#f94dfd]"
/* SCSS */
$brand: #f94dfd;
/* SwiftUI */
Color(red: 0.976, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#f94dfd")Accessibility — WCAG contrast
Aa
#f94dfd on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f94dfd on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green30.2%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f94dfd text on a black background
contrast 7.51:1
Card sample
#f94dfd text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f94dfd;
Background color
Panel with #f94dfd background
background-color: #f94dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f94dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f94dfd; background: linear-gradient(135deg, #f94dfd, #FD4D8C);