#e2acff
a light, electric violet · warm · closest name: plum
RGB
226, 172, 255
HSL
279°, 100%, 84%
CMYK
11, 33, 0, 0
Luminance
0.5289
Every format
| HEX | #e2acff |
| RGB | rgb(226, 172, 255) |
| HSL | hsl(279, 100%, 84%) |
| CMYK | cmyk(11%, 33%, 0%, 0%) |
| LAB | lab(77.8 34.3 -33.6) |
| LCH | lch(77.8 48.0 315.6) |
| OKLCH | oklch(0.822 0.127 313.4) |
Copy-ready code
/* CSS */
color: #e2acff;
background-color: #e2acff;
/* Tailwind (arbitrary) */
class="text-[#e2acff] bg-[#e2acff]"
/* SCSS */
$brand: #e2acff;
/* SwiftUI */
Color(red: 0.886, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#e2acff")Accessibility — WCAG contrast
Aa
#e2acff on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2acff on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.5%
Blue100.0%
CMYK percentages
Cyan11.4%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#e2acff text on a black background
contrast 11.58:1
Card sample
#e2acff text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2acff;
Background color
Panel with #e2acff background
background-color: #e2acff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2acff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2acff; background: linear-gradient(135deg, #e2acff, #FFACE5);