#e0abf7
a light, electric violet · warm · closest name: plum
RGB
224, 171, 247
HSL
282°, 83%, 82%
CMYK
9, 31, 0, 3
Luminance
0.5169
Every format
| HEX | #e0abf7 |
| RGB | rgb(224, 171, 247) |
| HSL | hsl(282, 83%, 82%) |
| CMYK | cmyk(9%, 31%, 0%, 3%) |
| LAB | lab(77.1 32.6 -30.4) |
| LCH | lch(77.1 44.5 317.0) |
| OKLCH | oklch(0.815 0.118 315.4) |
Copy-ready code
/* CSS */
color: #e0abf7;
background-color: #e0abf7;
/* Tailwind (arbitrary) */
class="text-[#e0abf7] bg-[#e0abf7]"
/* SCSS */
$brand: #e0abf7;
/* SwiftUI */
Color(red: 0.878, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#e0abf7")Accessibility — WCAG contrast
Aa
#e0abf7 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0abf7 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green67.1%
Blue96.9%
CMYK percentages
Cyan9.3%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#e0abf7 text on a black background
contrast 11.34:1
Card sample
#e0abf7 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0abf7;
Background color
Panel with #e0abf7 background
background-color: #e0abf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0abf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0abf7; background: linear-gradient(135deg, #e0abf7, #F7ABDB);