#e39fd8
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 159, 216
HSL
310°, 55%, 76%
CMYK
0, 30, 5, 11
Luminance
0.4609
Every format
| HEX | #e39fd8 |
| RGB | rgb(227, 159, 216) |
| HSL | hsl(310, 55%, 76%) |
| CMYK | cmyk(0%, 30%, 5%, 11%) |
| LAB | lab(73.6 34.1 -18.8) |
| LCH | lch(73.6 39.0 331.1) |
| OKLCH | oklch(0.786 0.109 332.4) |
Copy-ready code
/* CSS */
color: #e39fd8;
background-color: #e39fd8;
/* Tailwind (arbitrary) */
class="text-[#e39fd8] bg-[#e39fd8]"
/* SCSS */
$brand: #e39fd8;
/* SwiftUI */
Color(red: 0.890, green: 0.624, blue: 0.847)
/* Android */
Color.parseColor("#e39fd8")Accessibility — WCAG contrast
Aa
#e39fd8 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e39fd8 on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green62.4%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow4.8%
Key (black)11.0%
Color previews
#e39fd8 text on a black background
contrast 10.22:1
Card sample
#e39fd8 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e39fd8;
Background color
Panel with #e39fd8 background
background-color: #e39fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e39fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 159, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 159, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e39fd8; background: linear-gradient(135deg, #e39fd8, #E39FAB);