#e490df
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 144, 223
HSL
304°, 61%, 73%
CMYK
0, 37, 2, 11
Luminance
0.4177
Every format
| HEX | #e490df |
| RGB | rgb(228, 144, 223) |
| HSL | hsl(304, 61%, 73%) |
| CMYK | cmyk(0%, 37%, 2%, 11%) |
| LAB | lab(70.7 43.6 -27.1) |
| LCH | lch(70.7 51.3 328.2) |
| OKLCH | oklch(0.765 0.142 329.0) |
Copy-ready code
/* CSS */
color: #e490df;
background-color: #e490df;
/* Tailwind (arbitrary) */
class="text-[#e490df] bg-[#e490df]"
/* SCSS */
$brand: #e490df;
/* SwiftUI */
Color(red: 0.894, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#e490df")Accessibility — WCAG contrast
Aa
#e490df on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e490df on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green56.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow2.2%
Key (black)10.6%
Color previews
#e490df text on a black background
contrast 9.35:1
Card sample
#e490df text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e490df;
Background color
Panel with #e490df background
background-color: #e490df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e490df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e490df; background: linear-gradient(135deg, #e490df, #E490A7);