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