#eab9ff
a pale, electric violet · warm · closest name: plum
RGB
234, 185, 255
HSL
282°, 100%, 86%
CMYK
8, 28, 0, 0
Luminance
0.5941
Every format
| HEX | #eab9ff |
| RGB | rgb(234, 185, 255) |
| HSL | hsl(282, 100%, 86%) |
| CMYK | cmyk(8%, 28%, 0%, 0%) |
| LAB | lab(81.5 29.8 -27.8) |
| LCH | lch(81.5 40.7 316.9) |
| OKLCH | oklch(0.852 0.108 315.6) |
Copy-ready code
/* CSS */
color: #eab9ff;
background-color: #eab9ff;
/* Tailwind (arbitrary) */
class="text-[#eab9ff] bg-[#eab9ff]"
/* SCSS */
$brand: #eab9ff;
/* SwiftUI */
Color(red: 0.918, green: 0.725, blue: 1.000)
/* Android */
Color.parseColor("#eab9ff")Accessibility — WCAG contrast
Aa
#eab9ff on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab9ff on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green72.5%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta27.5%
Yellow0.0%
Key (black)0.0%
Color previews
#eab9ff text on a black background
contrast 12.88:1
Card sample
#eab9ff text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab9ff;
Background color
Panel with #eab9ff background
background-color: #eab9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 185, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 185, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab9ff; background: linear-gradient(135deg, #eab9ff, #FFB9E5);