#e44eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
228, 78, 180
HSL
319°, 74%, 60%
CMYK
0, 66, 21, 11
Luminance
0.2524
Every format
| HEX | #e44eb4 |
| RGB | rgb(228, 78, 180) |
| HSL | hsl(319, 74%, 60%) |
| CMYK | cmyk(0%, 66%, 21%, 11%) |
| LAB | lab(57.3 67.7 -23.4) |
| LCH | lch(57.3 71.7 340.9) |
| OKLCH | oklch(0.660 0.212 342.9) |
Copy-ready code
/* CSS */
color: #e44eb4;
background-color: #e44eb4;
/* Tailwind (arbitrary) */
class="text-[#e44eb4] bg-[#e44eb4]"
/* SCSS */
$brand: #e44eb4;
/* SwiftUI */
Color(red: 0.894, green: 0.306, blue: 0.706)
/* Android */
Color.parseColor("#e44eb4")Accessibility — WCAG contrast
Aa
#e44eb4 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e44eb4 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green30.6%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow21.1%
Key (black)10.6%
Color previews
#e44eb4 text on a black background
contrast 6.05:1
Card sample
#e44eb4 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e44eb4;
Background color
Panel with #e44eb4 background
background-color: #e44eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e44eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 78, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 78, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e44eb4; background: linear-gradient(135deg, #e44eb4, #E44E50);