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