#e8adef
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 173, 239
HSL
294°, 67%, 81%
CMYK
3, 28, 0, 6
Luminance
0.5327
Every format
| HEX | #e8adef |
| RGB | rgb(232, 173, 239) |
| HSL | hsl(294, 67%, 81%) |
| CMYK | cmyk(3%, 28%, 0%, 6%) |
| LAB | lab(78.0 32.5 -24.6) |
| LCH | lch(78.0 40.7 322.9) |
| OKLCH | oklch(0.823 0.110 322.9) |
Copy-ready code
/* CSS */
color: #e8adef;
background-color: #e8adef;
/* Tailwind (arbitrary) */
class="text-[#e8adef] bg-[#e8adef]"
/* SCSS */
$brand: #e8adef;
/* SwiftUI */
Color(red: 0.910, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#e8adef")Accessibility — WCAG contrast
Aa
#e8adef on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8adef on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green67.8%
Blue93.7%
CMYK percentages
Cyan2.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#e8adef text on a black background
contrast 11.65:1
Card sample
#e8adef text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8adef;
Background color
Panel with #e8adef background
background-color: #e8adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8adef; background: linear-gradient(135deg, #e8adef, #EFADCA);