#e2abed
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 171, 237
HSL
290°, 65%, 80%
CMYK
5, 28, 0, 7
Luminance
0.5141
Every format
| HEX | #e2abed |
| RGB | rgb(226, 171, 237) |
| HSL | hsl(290, 65%, 80%) |
| CMYK | cmyk(5%, 28%, 0%, 7%) |
| LAB | lab(76.9 31.2 -25.2) |
| LCH | lch(76.9 40.2 321.1) |
| OKLCH | oklch(0.813 0.108 320.7) |
Copy-ready code
/* CSS */
color: #e2abed;
background-color: #e2abed;
/* Tailwind (arbitrary) */
class="text-[#e2abed] bg-[#e2abed]"
/* SCSS */
$brand: #e2abed;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.929)
/* Android */
Color.parseColor("#e2abed")Accessibility — WCAG contrast
Aa
#e2abed on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abed on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue92.9%
CMYK percentages
Cyan4.6%
Magenta27.8%
Yellow0.0%
Key (black)7.1%
Color previews
#e2abed text on a black background
contrast 11.28:1
Card sample
#e2abed text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abed;
Background color
Panel with #e2abed background
background-color: #e2abed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abed; background: linear-gradient(135deg, #e2abed, #EDABCC);