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