#e39fd2
a light, vivid magenta / pink · warm · closest name: plum
RGB
227, 159, 210
HSL
315°, 55%, 76%
CMYK
0, 30, 8, 11
Luminance
0.4578
Every format
| HEX | #e39fd2 |
| RGB | rgb(227, 159, 210) |
| HSL | hsl(315, 55%, 76%) |
| CMYK | cmyk(0%, 30%, 8%, 11%) |
| LAB | lab(73.4 33.1 -15.8) |
| LCH | lch(73.4 36.7 334.4) |
| OKLCH | oklch(0.784 0.104 336.0) |
Copy-ready code
/* CSS */
color: #e39fd2;
background-color: #e39fd2;
/* Tailwind (arbitrary) */
class="text-[#e39fd2] bg-[#e39fd2]"
/* SCSS */
$brand: #e39fd2;
/* SwiftUI */
Color(red: 0.890, green: 0.624, blue: 0.824)
/* Android */
Color.parseColor("#e39fd2")Accessibility — WCAG contrast
Aa
#e39fd2 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e39fd2 on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green62.4%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow7.5%
Key (black)11.0%
Color previews
#e39fd2 text on a black background
contrast 10.16:1
Card sample
#e39fd2 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e39fd2;
Background color
Panel with #e39fd2 background
background-color: #e39fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e39fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 159, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 159, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e39fd2; background: linear-gradient(135deg, #e39fd2, #E39FA5);