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