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