#e3acfd
a light, electric violet · warm · closest name: plum
RGB
227, 172, 253
HSL
281°, 95%, 83%
CMYK
10, 32, 0, 1
Luminance
0.5293
Every format
| HEX | #e3acfd |
| RGB | rgb(227, 172, 253) |
| HSL | hsl(281, 95%, 83%) |
| CMYK | cmyk(10%, 32%, 0%, 1%) |
| LAB | lab(77.8 34.1 -32.5) |
| LCH | lch(77.8 47.1 316.5) |
| OKLCH | oklch(0.822 0.125 314.6) |
Copy-ready code
/* CSS */
color: #e3acfd;
background-color: #e3acfd;
/* Tailwind (arbitrary) */
class="text-[#e3acfd] bg-[#e3acfd]"
/* SCSS */
$brand: #e3acfd;
/* SwiftUI */
Color(red: 0.890, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#e3acfd")Accessibility — WCAG contrast
Aa
#e3acfd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3acfd on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green67.5%
Blue99.2%
CMYK percentages
Cyan10.3%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#e3acfd text on a black background
contrast 11.59:1
Card sample
#e3acfd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3acfd;
Background color
Panel with #e3acfd background
background-color: #e3acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3acfd; background: linear-gradient(135deg, #e3acfd, #FDACE1);