#e49df2
a light, electric magenta / pink · warm · closest name: plum
RGB
228, 157, 242
HSL
290°, 77%, 78%
CMYK
6, 35, 0, 5
Luminance
0.4702
Every format
| HEX | #e49df2 |
| RGB | rgb(228, 157, 242) |
| HSL | hsl(290, 77%, 78%) |
| CMYK | cmyk(6%, 35%, 0%, 5%) |
| LAB | lab(74.2 40.3 -32.1) |
| LCH | lch(74.2 51.5 321.5) |
| OKLCH | oklch(0.794 0.139 320.8) |
Copy-ready code
/* CSS */
color: #e49df2;
background-color: #e49df2;
/* Tailwind (arbitrary) */
class="text-[#e49df2] bg-[#e49df2]"
/* SCSS */
$brand: #e49df2;
/* SwiftUI */
Color(red: 0.894, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#e49df2")Accessibility — WCAG contrast
Aa
#e49df2 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e49df2 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green61.6%
Blue94.9%
CMYK percentages
Cyan5.8%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#e49df2 text on a black background
contrast 10.40:1
Card sample
#e49df2 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e49df2;
Background color
Panel with #e49df2 background
background-color: #e49df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e49df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e49df2; background: linear-gradient(135deg, #e49df2, #F29DC7);