#e40ab8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
228, 10, 184
HSL
312°, 92%, 47%
CMYK
0, 96, 19, 11
Luminance
0.2017
Every format
| HEX | #e40ab8 |
| RGB | rgb(228, 10, 184) |
| HSL | hsl(312, 92%, 47%) |
| CMYK | cmyk(0%, 96%, 19%, 11%) |
| LAB | lab(52.0 83.8 -33.9) |
| LCH | lch(52.0 90.4 337.9) |
| OKLCH | oklch(0.622 0.267 339.9) |
Copy-ready code
/* CSS */
color: #e40ab8;
background-color: #e40ab8;
/* Tailwind (arbitrary) */
class="text-[#e40ab8] bg-[#e40ab8]"
/* SCSS */
$brand: #e40ab8;
/* SwiftUI */
Color(red: 0.894, green: 0.039, blue: 0.722)
/* Android */
Color.parseColor("#e40ab8")Accessibility — WCAG contrast
Aa
#e40ab8 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e40ab8 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green3.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow19.3%
Key (black)10.6%
Color previews
#e40ab8 text on a black background
contrast 5.03:1
Card sample
#e40ab8 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e40ab8;
Background color
Panel with #e40ab8 background
background-color: #e40ab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e40ab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 10, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 10, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e40ab8; background: linear-gradient(135deg, #e40ab8, #E40A27);