#e44ea0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
228, 78, 160
HSL
327°, 74%, 60%
CMYK
0, 66, 30, 11
Luminance
0.2448
Every format
| HEX | #e44ea0 |
| RGB | rgb(228, 78, 160) |
| HSL | hsl(327, 74%, 60%) |
| CMYK | cmyk(0%, 66%, 30%, 11%) |
| LAB | lab(56.6 65.2 -12.9) |
| LCH | lch(56.6 66.5 348.8) |
| OKLCH | oklch(0.652 0.201 350.4) |
Copy-ready code
/* CSS */
color: #e44ea0;
background-color: #e44ea0;
/* Tailwind (arbitrary) */
class="text-[#e44ea0] bg-[#e44ea0]"
/* SCSS */
$brand: #e44ea0;
/* SwiftUI */
Color(red: 0.894, green: 0.306, blue: 0.627)
/* Android */
Color.parseColor("#e44ea0")Accessibility — WCAG contrast
Aa
#e44ea0 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e44ea0 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green30.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow29.8%
Key (black)10.6%
Color previews
#e44ea0 text on a black background
contrast 5.90:1
Card sample
#e44ea0 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e44ea0;
Background color
Panel with #e44ea0 background
background-color: #e44ea0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e44ea0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 78, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 78, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e44ea0; background: linear-gradient(135deg, #e44ea0, #E4604E);