#e2abf7
a light, electric violet · warm · closest name: plum
RGB
226, 171, 247
HSL
283°, 83%, 82%
CMYK
9, 31, 0, 3
Luminance
0.5201
Every format
| HEX | #e2abf7 |
| RGB | rgb(226, 171, 247) |
| HSL | hsl(283, 83%, 82%) |
| CMYK | cmyk(9%, 31%, 0%, 3%) |
| LAB | lab(77.3 33.2 -30.1) |
| LCH | lch(77.3 44.8 317.8) |
| OKLCH | oklch(0.817 0.119 316.4) |
Copy-ready code
/* CSS */
color: #e2abf7;
background-color: #e2abf7;
/* Tailwind (arbitrary) */
class="text-[#e2abf7] bg-[#e2abf7]"
/* SCSS */
$brand: #e2abf7;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#e2abf7")Accessibility — WCAG contrast
Aa
#e2abf7 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abf7 on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue96.9%
CMYK percentages
Cyan8.5%
Magenta30.8%
Yellow0.0%
Key (black)3.1%
Color previews
#e2abf7 text on a black background
contrast 11.40:1
Card sample
#e2abf7 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abf7;
Background color
Panel with #e2abf7 background
background-color: #e2abf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abf7; background: linear-gradient(135deg, #e2abf7, #F7ABD9);