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