#e293df
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 147, 223
HSL
302°, 58%, 73%
CMYK
0, 35, 1, 11
Luminance
0.4236
Every format
| HEX | #e293df |
| RGB | rgb(226, 147, 223) |
| HSL | hsl(302, 58%, 73%) |
| CMYK | cmyk(0%, 35%, 1%, 11%) |
| LAB | lab(71.1 41.4 -26.5) |
| LCH | lch(71.1 49.2 327.4) |
| OKLCH | oklch(0.768 0.136 328.1) |
Copy-ready code
/* CSS */
color: #e293df;
background-color: #e293df;
/* Tailwind (arbitrary) */
class="text-[#e293df] bg-[#e293df]"
/* SCSS */
$brand: #e293df;
/* SwiftUI */
Color(red: 0.886, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#e293df")Accessibility — WCAG contrast
Aa
#e293df on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e293df on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green57.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow1.3%
Key (black)11.4%
Color previews
#e293df text on a black background
contrast 9.47:1
Card sample
#e293df text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e293df;
Background color
Panel with #e293df background
background-color: #e293df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e293df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e293df; background: linear-gradient(135deg, #e293df, #E293AA);