#e4adff
a light, electric violet · warm · closest name: plum
RGB
228, 173, 255
HSL
280°, 100%, 84%
CMYK
11, 32, 0, 0
Luminance
0.5360
Every format
| HEX | #e4adff |
| RGB | rgb(228, 173, 255) |
| HSL | hsl(280, 100%, 84%) |
| CMYK | cmyk(11%, 32%, 0%, 0%) |
| LAB | lab(78.2 34.3 -32.9) |
| LCH | lch(78.2 47.6 316.2) |
| OKLCH | oklch(0.826 0.126 314.2) |
Copy-ready code
/* CSS */
color: #e4adff;
background-color: #e4adff;
/* Tailwind (arbitrary) */
class="text-[#e4adff] bg-[#e4adff]"
/* SCSS */
$brand: #e4adff;
/* SwiftUI */
Color(red: 0.894, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#e4adff")Accessibility — WCAG contrast
Aa
#e4adff on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4adff on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green67.8%
Blue100.0%
CMYK percentages
Cyan10.6%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#e4adff text on a black background
contrast 11.72:1
Card sample
#e4adff text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4adff;
Background color
Panel with #e4adff background
background-color: #e4adff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4adff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4adff; background: linear-gradient(135deg, #e4adff, #FFADE3);