#e4adeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
228, 173, 235
HSL
293°, 61%, 80%
CMYK
3, 26, 0, 8
Luminance
0.5238
Every format
| HEX | #e4adeb |
| RGB | rgb(228, 173, 235) |
| HSL | hsl(293, 61%, 80%) |
| CMYK | cmyk(3%, 26%, 0%, 8%) |
| LAB | lab(77.5 30.4 -23.2) |
| LCH | lch(77.5 38.3 322.6) |
| OKLCH | oklch(0.818 0.104 322.6) |
Copy-ready code
/* CSS */
color: #e4adeb;
background-color: #e4adeb;
/* Tailwind (arbitrary) */
class="text-[#e4adeb] bg-[#e4adeb]"
/* SCSS */
$brand: #e4adeb;
/* SwiftUI */
Color(red: 0.894, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#e4adeb")Accessibility — WCAG contrast
Aa
#e4adeb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4adeb on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green67.8%
Blue92.2%
CMYK percentages
Cyan3.0%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#e4adeb text on a black background
contrast 11.48:1
Card sample
#e4adeb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4adeb;
Background color
Panel with #e4adeb background
background-color: #e4adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4adeb; background: linear-gradient(135deg, #e4adeb, #EBADC9);