#e0adef
a light, vivid violet · warm · closest name: plum
RGB
224, 173, 239
HSL
286°, 67%, 81%
CMYK
6, 28, 0, 6
Luminance
0.5197
Every format
| HEX | #e0adef |
| RGB | rgb(224, 173, 239) |
| HSL | hsl(286, 67%, 81%) |
| CMYK | cmyk(6%, 28%, 0%, 6%) |
| LAB | lab(77.3 29.9 -25.8) |
| LCH | lch(77.3 39.5 319.2) |
| OKLCH | oklch(0.816 0.106 318.4) |
Copy-ready code
/* CSS */
color: #e0adef;
background-color: #e0adef;
/* Tailwind (arbitrary) */
class="text-[#e0adef] bg-[#e0adef]"
/* SCSS */
$brand: #e0adef;
/* SwiftUI */
Color(red: 0.878, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#e0adef")Accessibility — WCAG contrast
Aa
#e0adef on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0adef on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan6.3%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#e0adef text on a black background
contrast 11.39:1
Card sample
#e0adef text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0adef;
Background color
Panel with #e0adef background
background-color: #e0adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0adef; background: linear-gradient(135deg, #e0adef, #EFADD2);