#f92eb4
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
249, 46, 180
HSL
320°, 94%, 58%
CMYK
0, 82, 28, 2
Luminance
0.2539
Every format
| HEX | #f92eb4 |
| RGB | rgb(249, 46, 180) |
| HSL | hsl(320, 94%, 58%) |
| CMYK | cmyk(0%, 82%, 28%, 2%) |
| LAB | lab(57.5 82.3 -22.9) |
| LCH | lch(57.5 85.5 344.4) |
| OKLCH | oklch(0.668 0.258 346.4) |
Copy-ready code
/* CSS */
color: #f92eb4;
background-color: #f92eb4;
/* Tailwind (arbitrary) */
class="text-[#f92eb4] bg-[#f92eb4]"
/* SCSS */
$brand: #f92eb4;
/* SwiftUI */
Color(red: 0.976, green: 0.180, blue: 0.706)
/* Android */
Color.parseColor("#f92eb4")Accessibility — WCAG contrast
Aa
#f92eb4 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92eb4 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green18.0%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta81.5%
Yellow27.7%
Key (black)2.4%
Color previews
#f92eb4 text on a black background
contrast 6.08:1
Card sample
#f92eb4 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92eb4;
Background color
Panel with #f92eb4 background
background-color: #f92eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 46, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 46, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92eb4; background: linear-gradient(135deg, #f92eb4, #F92F2E);