#e40ace
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
228, 10, 206
HSL
306°, 92%, 47%
CMYK
0, 96, 10, 11
Luminance
0.2117
Every format
| HEX | #e40ace |
| RGB | rgb(228, 10, 206) |
| HSL | hsl(306, 92%, 47%) |
| CMYK | cmyk(0%, 96%, 10%, 11%) |
| LAB | lab(53.1 86.6 -44.9) |
| LCH | lch(53.1 97.5 332.6) |
| OKLCH | oklch(0.634 0.280 333.8) |
Copy-ready code
/* CSS */
color: #e40ace;
background-color: #e40ace;
/* Tailwind (arbitrary) */
class="text-[#e40ace] bg-[#e40ace]"
/* SCSS */
$brand: #e40ace;
/* SwiftUI */
Color(red: 0.894, green: 0.039, blue: 0.808)
/* Android */
Color.parseColor("#e40ace")Accessibility — WCAG contrast
Aa
#e40ace on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e40ace on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green3.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow9.6%
Key (black)10.6%
Color previews
#e40ace text on a black background
contrast 5.23:1
Card sample
#e40ace text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e40ace;
Background color
Panel with #e40ace background
background-color: #e40ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e40ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 10, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 10, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e40ace; background: linear-gradient(135deg, #e40ace, #E40A3D);