#e2acfe
a light, electric violet · warm · closest name: plum
RGB
226, 172, 254
HSL
280°, 98%, 84%
CMYK
11, 32, 0, 0
Luminance
0.5283
Every format
| HEX | #e2acfe |
| RGB | rgb(226, 172, 254) |
| HSL | hsl(280, 98%, 84%) |
| CMYK | cmyk(11%, 32%, 0%, 0%) |
| LAB | lab(77.8 34.0 -33.1) |
| LCH | lch(77.8 47.5 315.8) |
| OKLCH | oklch(0.822 0.126 313.7) |
Copy-ready code
/* CSS */
color: #e2acfe;
background-color: #e2acfe;
/* Tailwind (arbitrary) */
class="text-[#e2acfe] bg-[#e2acfe]"
/* SCSS */
$brand: #e2acfe;
/* SwiftUI */
Color(red: 0.886, green: 0.675, blue: 0.996)
/* Android */
Color.parseColor("#e2acfe")Accessibility — WCAG contrast
Aa
#e2acfe on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2acfe on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.5%
Blue99.6%
CMYK percentages
Cyan11.0%
Magenta32.3%
Yellow0.0%
Key (black)0.4%
Color previews
#e2acfe text on a black background
contrast 11.57:1
Card sample
#e2acfe text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2acfe;
Background color
Panel with #e2acfe background
background-color: #e2acfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2acfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 172, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 172, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2acfe; background: linear-gradient(135deg, #e2acfe, #FEACE3);