#f92fd3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 47, 211
HSL
311°, 94%, 58%
CMYK
0, 81, 15, 2
Luminance
0.2688
Every format
| HEX | #f92fd3 |
| RGB | rgb(249, 47, 211) |
| HSL | hsl(311, 94%, 58%) |
| CMYK | cmyk(0%, 81%, 15%, 2%) |
| LAB | lab(58.9 85.8 -38.5) |
| LCH | lch(58.9 94.1 335.8) |
| OKLCH | oklch(0.682 0.275 337.6) |
Copy-ready code
/* CSS */
color: #f92fd3;
background-color: #f92fd3;
/* Tailwind (arbitrary) */
class="text-[#f92fd3] bg-[#f92fd3]"
/* SCSS */
$brand: #f92fd3;
/* SwiftUI */
Color(red: 0.976, green: 0.184, blue: 0.827)
/* Android */
Color.parseColor("#f92fd3")Accessibility — WCAG contrast
Aa
#f92fd3 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92fd3 on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green18.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow15.3%
Key (black)2.4%
Color previews
#f92fd3 text on a black background
contrast 6.38:1
Card sample
#f92fd3 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92fd3;
Background color
Panel with #f92fd3 background
background-color: #f92fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 47, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 47, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92fd3; background: linear-gradient(135deg, #f92fd3, #F92F4C);