#e0adeb
a light, vivid violet · warm · closest name: plum
RGB
224, 173, 235
HSL
289°, 61%, 80%
CMYK
5, 26, 0, 8
Luminance
0.5173
Every format
| HEX | #e0adeb |
| RGB | rgb(224, 173, 235) |
| HSL | hsl(289, 61%, 80%) |
| CMYK | cmyk(5%, 26%, 0%, 8%) |
| LAB | lab(77.1 29.1 -23.9) |
| LCH | lch(77.1 37.7 320.7) |
| OKLCH | oklch(0.814 0.101 320.3) |
Copy-ready code
/* CSS */
color: #e0adeb;
background-color: #e0adeb;
/* Tailwind (arbitrary) */
class="text-[#e0adeb] bg-[#e0adeb]"
/* SCSS */
$brand: #e0adeb;
/* SwiftUI */
Color(red: 0.878, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#e0adeb")Accessibility — WCAG contrast
Aa
#e0adeb on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0adeb on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green67.8%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#e0adeb text on a black background
contrast 11.35:1
Card sample
#e0adeb text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0adeb;
Background color
Panel with #e0adeb background
background-color: #e0adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0adeb; background: linear-gradient(135deg, #e0adeb, #EBADCD);