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