#e038f0
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 56, 240
HSL
295°, 86%, 58%
CMYK
7, 77, 0, 6
Luminance
0.2497
Every format
| HEX | #e038f0 |
| RGB | rgb(224, 56, 240) |
| HSL | hsl(295, 86%, 58%) |
| CMYK | cmyk(7%, 77%, 0%, 6%) |
| LAB | lab(57.0 83.0 -58.0) |
| LCH | lch(57.0 101.3 325.0) |
| OKLCH | oklch(0.666 0.276 324.1) |
Copy-ready code
/* CSS */
color: #e038f0;
background-color: #e038f0;
/* Tailwind (arbitrary) */
class="text-[#e038f0] bg-[#e038f0]"
/* SCSS */
$brand: #e038f0;
/* SwiftUI */
Color(red: 0.878, green: 0.220, blue: 0.941)
/* Android */
Color.parseColor("#e038f0")Accessibility — WCAG contrast
Aa
#e038f0 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e038f0 on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green22.0%
Blue94.1%
CMYK percentages
Cyan6.7%
Magenta76.7%
Yellow0.0%
Key (black)5.9%
Color previews
#e038f0 text on a black background
contrast 5.99:1
Card sample
#e038f0 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e038f0;
Background color
Panel with #e038f0 background
background-color: #e038f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e038f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 56, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 56, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e038f0; background: linear-gradient(135deg, #e038f0, #F03885);