#e403ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
228, 3, 238
HSL
297°, 98%, 47%
CMYK
4, 99, 0, 7
Luminance
0.2273
Every format
| HEX | #e403ee |
| RGB | rgb(228, 3, 238) |
| HSL | hsl(297, 98%, 47%) |
| CMYK | cmyk(4%, 99%, 0%, 7%) |
| LAB | lab(54.8 91.5 -60.5) |
| LCH | lch(54.8 109.7 326.5) |
| OKLCH | oklch(0.651 0.302 326.0) |
Copy-ready code
/* CSS */
color: #e403ee;
background-color: #e403ee;
/* Tailwind (arbitrary) */
class="text-[#e403ee] bg-[#e403ee]"
/* SCSS */
$brand: #e403ee;
/* SwiftUI */
Color(red: 0.894, green: 0.012, blue: 0.933)
/* Android */
Color.parseColor("#e403ee")Accessibility — WCAG contrast
Aa
#e403ee on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e403ee on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green1.2%
Blue93.3%
CMYK percentages
Cyan4.2%
Magenta98.7%
Yellow0.0%
Key (black)6.7%
Color previews
#e403ee text on a black background
contrast 5.55:1
Card sample
#e403ee text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e403ee;
Background color
Panel with #e403ee background
background-color: #e403ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e403ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 3, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 3, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e403ee; background: linear-gradient(135deg, #e403ee, #EE035C);