#e2acfc
a light, electric violet · warm · closest name: plum
RGB
226, 172, 252
HSL
281°, 93%, 83%
CMYK
10, 32, 0, 1
Luminance
0.5270
Every format
| HEX | #e2acfc |
| RGB | rgb(226, 172, 252) |
| HSL | hsl(281, 93%, 83%) |
| CMYK | cmyk(10%, 32%, 0%, 1%) |
| LAB | lab(77.7 33.6 -32.1) |
| LCH | lch(77.7 46.5 316.3) |
| OKLCH | oklch(0.821 0.123 314.4) |
Copy-ready code
/* CSS */
color: #e2acfc;
background-color: #e2acfc;
/* Tailwind (arbitrary) */
class="text-[#e2acfc] bg-[#e2acfc]"
/* SCSS */
$brand: #e2acfc;
/* SwiftUI */
Color(red: 0.886, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#e2acfc")Accessibility — WCAG contrast
Aa
#e2acfc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2acfc on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.5%
Blue98.8%
CMYK percentages
Cyan10.3%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#e2acfc text on a black background
contrast 11.54:1
Card sample
#e2acfc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2acfc;
Background color
Panel with #e2acfc background
background-color: #e2acfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2acfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2acfc; background: linear-gradient(135deg, #e2acfc, #FCACE1);