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