#e2abfa
a light, electric violet · warm · closest name: plum
RGB
226, 171, 250
HSL
282°, 89%, 83%
CMYK
10, 32, 0, 2
Luminance
0.5220
Every format
| HEX | #e2abfa |
| RGB | rgb(226, 171, 250) |
| HSL | hsl(282, 89%, 83%) |
| CMYK | cmyk(10%, 32%, 0%, 2%) |
| LAB | lab(77.4 33.8 -31.5) |
| LCH | lch(77.4 46.2 317.0) |
| OKLCH | oklch(0.819 0.123 315.3) |
Copy-ready code
/* CSS */
color: #e2abfa;
background-color: #e2abfa;
/* Tailwind (arbitrary) */
class="text-[#e2abfa] bg-[#e2abfa]"
/* SCSS */
$brand: #e2abfa;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.980)
/* Android */
Color.parseColor("#e2abfa")Accessibility — WCAG contrast
Aa
#e2abfa on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abfa on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue98.0%
CMYK percentages
Cyan9.6%
Magenta31.6%
Yellow0.0%
Key (black)2.0%
Color previews
#e2abfa text on a black background
contrast 11.44:1
Card sample
#e2abfa text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abfa;
Background color
Panel with #e2abfa background
background-color: #e2abfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abfa; background: linear-gradient(135deg, #e2abfa, #FAABDD);