#e1a3eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
225, 163, 235
HSL
292°, 64%, 78%
CMYK
4, 31, 0, 8
Luminance
0.4820
Every format
| HEX | #e1a3eb |
| RGB | rgb(225, 163, 235) |
| HSL | hsl(292, 64%, 78%) |
| CMYK | cmyk(4%, 31%, 0%, 8%) |
| LAB | lab(75.0 34.8 -27.2) |
| LCH | lch(75.0 44.2 322.0) |
| OKLCH | oklch(0.798 0.119 321.8) |
Copy-ready code
/* CSS */
color: #e1a3eb;
background-color: #e1a3eb;
/* Tailwind (arbitrary) */
class="text-[#e1a3eb] bg-[#e1a3eb]"
/* SCSS */
$brand: #e1a3eb;
/* SwiftUI */
Color(red: 0.882, green: 0.639, blue: 0.922)
/* Android */
Color.parseColor("#e1a3eb")Accessibility — WCAG contrast
Aa
#e1a3eb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1a3eb on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green63.9%
Blue92.2%
CMYK percentages
Cyan4.3%
Magenta30.6%
Yellow0.0%
Key (black)7.8%
Color previews
#e1a3eb text on a black background
contrast 10.64:1
Card sample
#e1a3eb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1a3eb;
Background color
Panel with #e1a3eb background
background-color: #e1a3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1a3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 163, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 163, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1a3eb; background: linear-gradient(135deg, #e1a3eb, #EBA3C5);