#e1afeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
225, 175, 235
HSL
290°, 60%, 80%
CMYK
4, 26, 0, 8
Luminance
0.5267
Every format
| HEX | #e1afeb |
| RGB | rgb(225, 175, 235) |
| HSL | hsl(290, 60%, 80%) |
| CMYK | cmyk(4%, 26%, 0%, 8%) |
| LAB | lab(77.7 28.4 -23.0) |
| LCH | lch(77.7 36.5 321.0) |
| OKLCH | oklch(0.819 0.098 320.7) |
Copy-ready code
/* CSS */
color: #e1afeb;
background-color: #e1afeb;
/* Tailwind (arbitrary) */
class="text-[#e1afeb] bg-[#e1afeb]"
/* SCSS */
$brand: #e1afeb;
/* SwiftUI */
Color(red: 0.882, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#e1afeb")Accessibility — WCAG contrast
Aa
#e1afeb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1afeb on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green68.6%
Blue92.2%
CMYK percentages
Cyan4.3%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#e1afeb text on a black background
contrast 11.53:1
Card sample
#e1afeb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1afeb;
Background color
Panel with #e1afeb background
background-color: #e1afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1afeb; background: linear-gradient(135deg, #e1afeb, #EBAFCD);