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