#e2adfd
a light, electric violet · warm · closest name: plum
RGB
226, 173, 253
HSL
280°, 95%, 84%
CMYK
11, 32, 0, 1
Luminance
0.5315
Every format
| HEX | #e2adfd |
| RGB | rgb(226, 173, 253) |
| HSL | hsl(280, 95%, 84%) |
| CMYK | cmyk(11%, 32%, 0%, 1%) |
| LAB | lab(78.0 33.3 -32.3) |
| LCH | lch(78.0 46.4 315.9) |
| OKLCH | oklch(0.823 0.123 313.9) |
Copy-ready code
/* CSS */
color: #e2adfd;
background-color: #e2adfd;
/* Tailwind (arbitrary) */
class="text-[#e2adfd] bg-[#e2adfd]"
/* SCSS */
$brand: #e2adfd;
/* SwiftUI */
Color(red: 0.886, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#e2adfd")Accessibility — WCAG contrast
Aa
#e2adfd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2adfd on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.8%
Blue99.2%
CMYK percentages
Cyan10.7%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#e2adfd text on a black background
contrast 11.63:1
Card sample
#e2adfd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2adfd;
Background color
Panel with #e2adfd background
background-color: #e2adfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2adfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2adfd; background: linear-gradient(135deg, #e2adfd, #FDADE3);