#e030df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
224, 48, 223
HSL
300°, 74%, 53%
CMYK
0, 79, 0, 12
Luminance
0.2329
Every format
| HEX | #e030df |
| RGB | rgb(224, 48, 223) |
| HSL | hsl(300, 74%, 53%) |
| CMYK | cmyk(0%, 79%, 0%, 12%) |
| LAB | lab(55.4 82.4 -51.1) |
| LCH | lch(55.4 97.0 328.2) |
| OKLCH | oklch(0.651 0.271 328.4) |
Copy-ready code
/* CSS */
color: #e030df;
background-color: #e030df;
/* Tailwind (arbitrary) */
class="text-[#e030df] bg-[#e030df]"
/* SCSS */
$brand: #e030df;
/* SwiftUI */
Color(red: 0.878, green: 0.188, blue: 0.875)
/* Android */
Color.parseColor("#e030df")Accessibility — WCAG contrast
Aa
#e030df on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e030df on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green18.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow0.4%
Key (black)12.2%
Color previews
#e030df text on a black background
contrast 5.66:1
Card sample
#e030df text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e030df;
Background color
Panel with #e030df background
background-color: #e030df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e030df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 48, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 48, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e030df; background: linear-gradient(135deg, #e030df, #E0306A);