#eba3fd
a light, electric violet · warm · closest name: plum
RGB
235, 163, 253
HSL
288°, 96%, 82%
CMYK
7, 36, 0, 1
Luminance
0.5095
Every format
| HEX | #eba3fd |
| RGB | rgb(235, 163, 253) |
| HSL | hsl(288, 96%, 82%) |
| CMYK | cmyk(7%, 36%, 0%, 1%) |
| LAB | lab(76.7 41.4 -34.2) |
| LCH | lch(76.7 53.7 320.4) |
| OKLCH | oklch(0.815 0.144 319.4) |
Copy-ready code
/* CSS */
color: #eba3fd;
background-color: #eba3fd;
/* Tailwind (arbitrary) */
class="text-[#eba3fd] bg-[#eba3fd]"
/* SCSS */
$brand: #eba3fd;
/* SwiftUI */
Color(red: 0.922, green: 0.639, blue: 0.992)
/* Android */
Color.parseColor("#eba3fd")Accessibility — WCAG contrast
Aa
#eba3fd on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba3fd on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.9%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta35.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eba3fd text on a black background
contrast 11.19:1
Card sample
#eba3fd text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba3fd;
Background color
Panel with #eba3fd background
background-color: #eba3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 163, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 163, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba3fd; background: linear-gradient(135deg, #eba3fd, #FDA3D3);