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