#e2acee
a light, vivid violet · warm · closest name: plum
RGB
226, 172, 238
HSL
289°, 66%, 80%
CMYK
5, 28, 0, 7
Luminance
0.5185
Every format
| HEX | #e2acee |
| RGB | rgb(226, 172, 238) |
| HSL | hsl(289, 66%, 80%) |
| CMYK | cmyk(5%, 28%, 0%, 7%) |
| LAB | lab(77.2 30.9 -25.4) |
| LCH | lch(77.2 40.0 320.6) |
| OKLCH | oklch(0.816 0.107 320.1) |
Copy-ready code
/* CSS */
color: #e2acee;
background-color: #e2acee;
/* Tailwind (arbitrary) */
class="text-[#e2acee] bg-[#e2acee]"
/* SCSS */
$brand: #e2acee;
/* SwiftUI */
Color(red: 0.886, green: 0.675, blue: 0.933)
/* Android */
Color.parseColor("#e2acee")Accessibility — WCAG contrast
Aa
#e2acee on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2acee on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.5%
Blue93.3%
CMYK percentages
Cyan5.0%
Magenta27.7%
Yellow0.0%
Key (black)6.7%
Color previews
#e2acee text on a black background
contrast 11.37:1
Card sample
#e2acee text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2acee;
Background color
Panel with #e2acee background
background-color: #e2acee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2acee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 172, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 172, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2acee; background: linear-gradient(135deg, #e2acee, #EEACCE);