#e44e92
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
228, 78, 146
HSL
333°, 74%, 60%
CMYK
0, 66, 36, 11
Luminance
0.2402
Every format
| HEX | #e44e92 |
| RGB | rgb(228, 78, 146) |
| HSL | hsl(333, 74%, 60%) |
| CMYK | cmyk(0%, 66%, 36%, 11%) |
| LAB | lab(56.1 63.6 -5.4) |
| LCH | lch(56.1 63.8 355.1) |
| OKLCH | oklch(0.647 0.195 356.0) |
Copy-ready code
/* CSS */
color: #e44e92;
background-color: #e44e92;
/* Tailwind (arbitrary) */
class="text-[#e44e92] bg-[#e44e92]"
/* SCSS */
$brand: #e44e92;
/* SwiftUI */
Color(red: 0.894, green: 0.306, blue: 0.573)
/* Android */
Color.parseColor("#e44e92")Accessibility — WCAG contrast
Aa
#e44e92 on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e44e92 on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green30.6%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow36.0%
Key (black)10.6%
Color previews
#e44e92 text on a black background
contrast 5.80:1
Card sample
#e44e92 text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e44e92;
Background color
Panel with #e44e92 background
background-color: #e44e92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e44e92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 78, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 78, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e44e92; background: linear-gradient(135deg, #e44e92, #E46E4E);