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