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