#f92dfe
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 45, 254
HSL
299°, 99%, 59%
CMYK
2, 82, 0, 0
Luminance
0.2917
Every format
| HEX | #f92dfe |
| RGB | rgb(249, 45, 254) |
| HSL | hsl(299, 99%, 59%) |
| CMYK | cmyk(2%, 82%, 0%, 0%) |
| LAB | lab(60.9 92.2 -59.4) |
| LCH | lch(60.9 109.7 327.2) |
| OKLCH | oklch(0.704 0.304 327.1) |
Copy-ready code
/* CSS */
color: #f92dfe;
background-color: #f92dfe;
/* Tailwind (arbitrary) */
class="text-[#f92dfe] bg-[#f92dfe]"
/* SCSS */
$brand: #f92dfe;
/* SwiftUI */
Color(red: 0.976, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#f92dfe")Accessibility — WCAG contrast
Aa
#f92dfe on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92dfe on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green17.6%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#f92dfe text on a black background
contrast 6.83:1
Card sample
#f92dfe text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92dfe;
Background color
Panel with #f92dfe background
background-color: #f92dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92dfe; background: linear-gradient(135deg, #f92dfe, #FE2D77);