#e2abfd
a light, electric violet · warm · closest name: plum
RGB
226, 171, 253
HSL
280°, 95%, 83%
CMYK
11, 32, 0, 1
Luminance
0.5239
Every format
| HEX | #e2abfd |
| RGB | rgb(226, 171, 253) |
| HSL | hsl(280, 95%, 83%) |
| CMYK | cmyk(11%, 32%, 0%, 1%) |
| LAB | lab(77.5 34.4 -33.0) |
| LCH | lch(77.5 47.6 316.2) |
| OKLCH | oklch(0.820 0.126 314.2) |
Copy-ready code
/* CSS */
color: #e2abfd;
background-color: #e2abfd;
/* Tailwind (arbitrary) */
class="text-[#e2abfd] bg-[#e2abfd]"
/* SCSS */
$brand: #e2abfd;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#e2abfd")Accessibility — WCAG contrast
Aa
#e2abfd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abfd on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#e2abfd text on a black background
contrast 11.48:1
Card sample
#e2abfd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abfd;
Background color
Panel with #e2abfd background
background-color: #e2abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abfd; background: linear-gradient(135deg, #e2abfd, #FDABE1);