#e44ec9
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
228, 78, 201
HSL
311°, 74%, 60%
CMYK
0, 66, 12, 11
Luminance
0.2616
Every format
| HEX | #e44ec9 |
| RGB | rgb(228, 78, 201) |
| HSL | hsl(311, 74%, 60%) |
| CMYK | cmyk(0%, 66%, 12%, 11%) |
| LAB | lab(58.2 70.7 -34.1) |
| LCH | lch(58.2 78.5 334.2) |
| OKLCH | oklch(0.669 0.226 335.8) |
Copy-ready code
/* CSS */
color: #e44ec9;
background-color: #e44ec9;
/* Tailwind (arbitrary) */
class="text-[#e44ec9] bg-[#e44ec9]"
/* SCSS */
$brand: #e44ec9;
/* SwiftUI */
Color(red: 0.894, green: 0.306, blue: 0.788)
/* Android */
Color.parseColor("#e44ec9")Accessibility — WCAG contrast
Aa
#e44ec9 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e44ec9 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green30.6%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta65.8%
Yellow11.8%
Key (black)10.6%
Color previews
#e44ec9 text on a black background
contrast 6.23:1
Card sample
#e44ec9 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e44ec9;
Background color
Panel with #e44ec9 background
background-color: #e44ec9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e44ec9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 78, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 78, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e44ec9; background: linear-gradient(135deg, #e44ec9, #E44E65);