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