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