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