#e0adf5
a light, electric violet · warm · closest name: plum
RGB
224, 173, 245
HSL
283°, 78%, 82%
CMYK
9, 29, 0, 4
Luminance
0.5233
Every format
| HEX | #e0adf5 |
| RGB | rgb(224, 173, 245) |
| HSL | hsl(283, 78%, 82%) |
| CMYK | cmyk(9%, 29%, 0%, 4%) |
| LAB | lab(77.5 31.1 -28.7) |
| LCH | lch(77.5 42.3 317.3) |
| OKLCH | oklch(0.818 0.113 315.9) |
Copy-ready code
/* CSS */
color: #e0adf5;
background-color: #e0adf5;
/* Tailwind (arbitrary) */
class="text-[#e0adf5] bg-[#e0adf5]"
/* SCSS */
$brand: #e0adf5;
/* SwiftUI */
Color(red: 0.878, green: 0.678, blue: 0.961)
/* Android */
Color.parseColor("#e0adf5")Accessibility — WCAG contrast
Aa
#e0adf5 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0adf5 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green67.8%
Blue96.1%
CMYK percentages
Cyan8.6%
Magenta29.4%
Yellow0.0%
Key (black)3.9%
Color previews
#e0adf5 text on a black background
contrast 11.47:1
Card sample
#e0adf5 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0adf5;
Background color
Panel with #e0adf5 background
background-color: #e0adf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0adf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 173, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 173, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0adf5; background: linear-gradient(135deg, #e0adf5, #F5ADDA);