#eab4ff
a pale, electric violet · warm · closest name: plum
RGB
234, 180, 255
HSL
283°, 100%, 85%
CMYK
8, 29, 0, 0
Luminance
0.5735
Every format
| HEX | #eab4ff |
| RGB | rgb(234, 180, 255) |
| HSL | hsl(283, 100%, 85%) |
| CMYK | cmyk(8%, 29%, 0%, 0%) |
| LAB | lab(80.4 32.4 -29.6) |
| LCH | lch(80.4 43.9 317.6) |
| OKLCH | oklch(0.844 0.117 316.3) |
Copy-ready code
/* CSS */
color: #eab4ff;
background-color: #eab4ff;
/* Tailwind (arbitrary) */
class="text-[#eab4ff] bg-[#eab4ff]"
/* SCSS */
$brand: #eab4ff;
/* SwiftUI */
Color(red: 0.918, green: 0.706, blue: 1.000)
/* Android */
Color.parseColor("#eab4ff")Accessibility — WCAG contrast
Aa
#eab4ff on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab4ff on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green70.6%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta29.4%
Yellow0.0%
Key (black)0.0%
Color previews
#eab4ff text on a black background
contrast 12.47:1
Card sample
#eab4ff text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab4ff;
Background color
Panel with #eab4ff background
background-color: #eab4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 180, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 180, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab4ff; background: linear-gradient(135deg, #eab4ff, #FFB4E2);