#e398ee
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 152, 238
HSL
292°, 72%, 77%
CMYK
5, 36, 0, 7
Luminance
0.4496
Every format
| HEX | #e398ee |
| RGB | rgb(227, 152, 238) |
| HSL | hsl(292, 72%, 77%) |
| CMYK | cmyk(5%, 36%, 0%, 7%) |
| LAB | lab(72.9 41.9 -32.0) |
| LCH | lch(72.9 52.7 322.6) |
| OKLCH | oklch(0.783 0.143 322.2) |
Copy-ready code
/* CSS */
color: #e398ee;
background-color: #e398ee;
/* Tailwind (arbitrary) */
class="text-[#e398ee] bg-[#e398ee]"
/* SCSS */
$brand: #e398ee;
/* SwiftUI */
Color(red: 0.890, green: 0.596, blue: 0.933)
/* Android */
Color.parseColor("#e398ee")Accessibility — WCAG contrast
Aa
#e398ee on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e398ee on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green59.6%
Blue93.3%
CMYK percentages
Cyan4.6%
Magenta36.1%
Yellow0.0%
Key (black)6.7%
Color previews
#e398ee text on a black background
contrast 9.99:1
Card sample
#e398ee text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e398ee;
Background color
Panel with #e398ee background
background-color: #e398ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e398ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 152, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 152, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e398ee; background: linear-gradient(135deg, #e398ee, #EE98C0);