#eab2ff
a light, electric violet · warm · closest name: plum
RGB
234, 178, 255
HSL
284°, 100%, 85%
CMYK
8, 30, 0, 0
Luminance
0.5655
Every format
| HEX | #eab2ff |
| RGB | rgb(234, 178, 255) |
| HSL | hsl(284, 100%, 85%) |
| CMYK | cmyk(8%, 30%, 0%, 0%) |
| LAB | lab(79.9 33.5 -30.3) |
| LCH | lch(79.9 45.1 317.9) |
| OKLCH | oklch(0.840 0.120 316.6) |
Copy-ready code
/* CSS */
color: #eab2ff;
background-color: #eab2ff;
/* Tailwind (arbitrary) */
class="text-[#eab2ff] bg-[#eab2ff]"
/* SCSS */
$brand: #eab2ff;
/* SwiftUI */
Color(red: 0.918, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#eab2ff")Accessibility — WCAG contrast
Aa
#eab2ff on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab2ff on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green69.8%
Blue100.0%
CMYK percentages
Cyan8.2%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#eab2ff text on a black background
contrast 12.31:1
Card sample
#eab2ff text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab2ff;
Background color
Panel with #eab2ff background
background-color: #eab2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab2ff; background: linear-gradient(135deg, #eab2ff, #FFB2E1);