#e2abeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 171, 235
HSL
292°, 62%, 80%
CMYK
4, 27, 0, 8
Luminance
0.5129
Every format
| HEX | #e2abeb |
| RGB | rgb(226, 171, 235) |
| HSL | hsl(292, 62%, 80%) |
| CMYK | cmyk(4%, 27%, 0%, 8%) |
| LAB | lab(76.9 30.9 -24.3) |
| LCH | lch(76.9 39.2 321.8) |
| OKLCH | oklch(0.813 0.106 321.7) |
Copy-ready code
/* CSS */
color: #e2abeb;
background-color: #e2abeb;
/* Tailwind (arbitrary) */
class="text-[#e2abeb] bg-[#e2abeb]"
/* SCSS */
$brand: #e2abeb;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#e2abeb")Accessibility — WCAG contrast
Aa
#e2abeb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abeb on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e2abeb text on a black background
contrast 11.26:1
Card sample
#e2abeb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abeb;
Background color
Panel with #e2abeb background
background-color: #e2abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abeb; background: linear-gradient(135deg, #e2abeb, #EBABC9);