#eeaaff
a light, electric violet · warm · closest name: plum
RGB
238, 170, 255
HSL
288°, 100%, 83%
CMYK
7, 33, 0, 0
Luminance
0.5415
Every format
| HEX | #eeaaff |
| RGB | rgb(238, 170, 255) |
| HSL | hsl(288, 100%, 83%) |
| CMYK | cmyk(7%, 33%, 0%, 0%) |
| LAB | lab(78.5 39.0 -32.3) |
| LCH | lch(78.5 50.6 320.3) |
| OKLCH | oklch(0.831 0.136 319.5) |
Copy-ready code
/* CSS */
color: #eeaaff;
background-color: #eeaaff;
/* Tailwind (arbitrary) */
class="text-[#eeaaff] bg-[#eeaaff]"
/* SCSS */
$brand: #eeaaff;
/* SwiftUI */
Color(red: 0.933, green: 0.667, blue: 1.000)
/* Android */
Color.parseColor("#eeaaff")Accessibility — WCAG contrast
Aa
#eeaaff on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeaaff on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green66.7%
Blue100.0%
CMYK percentages
Cyan6.7%
Magenta33.3%
Yellow0.0%
Key (black)0.0%
Color previews
#eeaaff text on a black background
contrast 11.83:1
Card sample
#eeaaff text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeaaff;
Background color
Panel with #eeaaff background
background-color: #eeaaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeaaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 170, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 170, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeaaff; background: linear-gradient(135deg, #eeaaff, #FFAAD7);