#f92cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
249, 44, 223
HSL
308°, 95%, 58%
CMYK
0, 82, 10, 2
Luminance
0.2727
Every format
| HEX | #f92cdf |
| RGB | rgb(249, 44, 223) |
| HSL | hsl(308, 95%, 58%) |
| CMYK | cmyk(0%, 82%, 10%, 2%) |
| LAB | lab(59.2 88.0 -44.8) |
| LCH | lch(59.2 98.8 333.1) |
| OKLCH | oklch(0.686 0.284 334.4) |
Copy-ready code
/* CSS */
color: #f92cdf;
background-color: #f92cdf;
/* Tailwind (arbitrary) */
class="text-[#f92cdf] bg-[#f92cdf]"
/* SCSS */
$brand: #f92cdf;
/* SwiftUI */
Color(red: 0.976, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#f92cdf")Accessibility — WCAG contrast
Aa
#f92cdf on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92cdf on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow10.4%
Key (black)2.4%
Color previews
#f92cdf text on a black background
contrast 6.45:1
Card sample
#f92cdf text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92cdf;
Background color
Panel with #f92cdf background
background-color: #f92cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92cdf; background: linear-gradient(135deg, #f92cdf, #F92C57);