#e2abf1
a light, vivid violet · warm · closest name: plum
RGB
226, 171, 241
HSL
287°, 71%, 81%
CMYK
6, 29, 0, 6
Luminance
0.5165
Every format
| HEX | #e2abf1 |
| RGB | rgb(226, 171, 241) |
| HSL | hsl(287, 71%, 81%) |
| CMYK | cmyk(6%, 29%, 0%, 6%) |
| LAB | lab(77.1 32.0 -27.2) |
| LCH | lch(77.1 42.0 319.7) |
| OKLCH | oklch(0.815 0.113 318.9) |
Copy-ready code
/* CSS */
color: #e2abf1;
background-color: #e2abf1;
/* Tailwind (arbitrary) */
class="text-[#e2abf1] bg-[#e2abf1]"
/* SCSS */
$brand: #e2abf1;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.945)
/* Android */
Color.parseColor("#e2abf1")Accessibility — WCAG contrast
Aa
#e2abf1 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abf1 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue94.5%
CMYK percentages
Cyan6.2%
Magenta29.0%
Yellow0.0%
Key (black)5.5%
Color previews
#e2abf1 text on a black background
contrast 11.33:1
Card sample
#e2abf1 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abf1;
Background color
Panel with #e2abf1 background
background-color: #e2abf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abf1; background: linear-gradient(135deg, #e2abf1, #F1ABD1);