#e92df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
233, 45, 244
HSL
297°, 90%, 57%
CMYK
5, 82, 0, 4
Luminance
0.2573
Every format
| HEX | #e92df4 |
| RGB | rgb(233, 45, 244) |
| HSL | hsl(297, 90%, 57%) |
| CMYK | cmyk(5%, 82%, 0%, 4%) |
| LAB | lab(57.8 87.9 -59.0) |
| LCH | lch(57.8 105.9 326.1) |
| OKLCH | oklch(0.675 0.291 325.6) |
Copy-ready code
/* CSS */
color: #e92df4;
background-color: #e92df4;
/* Tailwind (arbitrary) */
class="text-[#e92df4] bg-[#e92df4]"
/* SCSS */
$brand: #e92df4;
/* SwiftUI */
Color(red: 0.914, green: 0.176, blue: 0.957)
/* Android */
Color.parseColor("#e92df4")Accessibility — WCAG contrast
Aa
#e92df4 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e92df4 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green17.6%
Blue95.7%
CMYK percentages
Cyan4.5%
Magenta81.6%
Yellow0.0%
Key (black)4.3%
Color previews
#e92df4 text on a black background
contrast 6.15:1
Card sample
#e92df4 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e92df4;
Background color
Panel with #e92df4 background
background-color: #e92df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e92df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 45, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 45, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e92df4; background: linear-gradient(135deg, #e92df4, #F42D7A);