#e993df
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 147, 223
HSL
307°, 66%, 75%
CMYK
0, 37, 4, 9
Luminance
0.4352
Every format
| HEX | #e993df |
| RGB | rgb(233, 147, 223) |
| HSL | hsl(307, 66%, 75%) |
| CMYK | cmyk(0%, 37%, 4%, 9%) |
| LAB | lab(71.9 43.6 -25.2) |
| LCH | lch(71.9 50.4 330.0) |
| OKLCH | oklch(0.775 0.141 331.1) |
Copy-ready code
/* CSS */
color: #e993df;
background-color: #e993df;
/* Tailwind (arbitrary) */
class="text-[#e993df] bg-[#e993df]"
/* SCSS */
$brand: #e993df;
/* SwiftUI */
Color(red: 0.914, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#e993df")Accessibility — WCAG contrast
Aa
#e993df on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e993df on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green57.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow4.3%
Key (black)8.6%
Color previews
#e993df text on a black background
contrast 9.70:1
Card sample
#e993df text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e993df;
Background color
Panel with #e993df background
background-color: #e993df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e993df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e993df; background: linear-gradient(135deg, #e993df, #E993A6);