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