#eba8fd
a light, electric violet · warm · closest name: plum
RGB
235, 168, 253
HSL
287°, 96%, 83%
CMYK
7, 34, 0, 1
Luminance
0.5276
Every format
| HEX | #eba8fd |
| RGB | rgb(235, 168, 253) |
| HSL | hsl(287, 96%, 83%) |
| CMYK | cmyk(7%, 34%, 0%, 1%) |
| LAB | lab(77.7 38.7 -32.5) |
| LCH | lch(77.7 50.6 319.9) |
| OKLCH | oklch(0.824 0.136 319.0) |
Copy-ready code
/* CSS */
color: #eba8fd;
background-color: #eba8fd;
/* Tailwind (arbitrary) */
class="text-[#eba8fd] bg-[#eba8fd]"
/* SCSS */
$brand: #eba8fd;
/* SwiftUI */
Color(red: 0.922, green: 0.659, blue: 0.992)
/* Android */
Color.parseColor("#eba8fd")Accessibility — WCAG contrast
Aa
#eba8fd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba8fd on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green65.9%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta33.6%
Yellow0.0%
Key (black)0.8%
Color previews
#eba8fd text on a black background
contrast 11.55:1
Card sample
#eba8fd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba8fd;
Background color
Panel with #eba8fd background
background-color: #eba8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 168, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 168, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba8fd; background: linear-gradient(135deg, #eba8fd, #FDA8D6);