#e397df
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 151, 223
HSL
303°, 58%, 74%
CMYK
0, 34, 2, 11
Luminance
0.4379
Every format
| HEX | #e397df |
| RGB | rgb(227, 151, 223) |
| HSL | hsl(303, 58%, 74%) |
| CMYK | cmyk(0%, 34%, 2%, 11%) |
| LAB | lab(72.1 39.6 -25.0) |
| LCH | lch(72.1 46.8 327.8) |
| OKLCH | oklch(0.775 0.130 328.6) |
Copy-ready code
/* CSS */
color: #e397df;
background-color: #e397df;
/* Tailwind (arbitrary) */
class="text-[#e397df] bg-[#e397df]"
/* SCSS */
$brand: #e397df;
/* SwiftUI */
Color(red: 0.890, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#e397df")Accessibility — WCAG contrast
Aa
#e397df on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e397df on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green59.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow1.8%
Key (black)11.0%
Color previews
#e397df text on a black background
contrast 9.76:1
Card sample
#e397df text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e397df;
Background color
Panel with #e397df background
background-color: #e397df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e397df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e397df; background: linear-gradient(135deg, #e397df, #E397AC);