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