#f92cfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 44, 253
HSL
299°, 98%, 58%
CMYK
2, 83, 0, 1
Luminance
0.2903
Every format
| HEX | #f92cfd |
| RGB | rgb(249, 44, 253) |
| HSL | hsl(299, 98%, 58%) |
| CMYK | cmyk(2%, 83%, 0%, 1%) |
| LAB | lab(60.8 92.3 -59.0) |
| LCH | lch(60.8 109.5 327.4) |
| OKLCH | oklch(0.703 0.304 327.3) |
Copy-ready code
/* CSS */
color: #f92cfd;
background-color: #f92cfd;
/* Tailwind (arbitrary) */
class="text-[#f92cfd] bg-[#f92cfd]"
/* SCSS */
$brand: #f92cfd;
/* SwiftUI */
Color(red: 0.976, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#f92cfd")Accessibility — WCAG contrast
Aa
#f92cfd on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92cfd on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green17.3%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f92cfd text on a black background
contrast 6.81:1
Card sample
#f92cfd text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92cfd;
Background color
Panel with #f92cfd background
background-color: #f92cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92cfd; background: linear-gradient(135deg, #f92cfd, #FD2C75);