#eb8dfe
a light, electric violet · warm · closest name: violet
RGB
235, 141, 254
HSL
290°, 98%, 78%
CMYK
8, 45, 0, 0
Luminance
0.4387
Every format
| HEX | #eb8dfe |
| RGB | rgb(235, 141, 254) |
| HSL | hsl(290, 98%, 78%) |
| CMYK | cmyk(8%, 45%, 0%, 0%) |
| LAB | lab(72.1 53.0 -41.8) |
| LCH | lch(72.1 67.4 321.7) |
| OKLCH | oklch(0.782 0.182 320.7) |
Copy-ready code
/* CSS */
color: #eb8dfe;
background-color: #eb8dfe;
/* Tailwind (arbitrary) */
class="text-[#eb8dfe] bg-[#eb8dfe]"
/* SCSS */
$brand: #eb8dfe;
/* SwiftUI */
Color(red: 0.922, green: 0.553, blue: 0.996)
/* Android */
Color.parseColor("#eb8dfe")Accessibility — WCAG contrast
Aa
#eb8dfe on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8dfe on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green55.3%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta44.5%
Yellow0.0%
Key (black)0.4%
Color previews
#eb8dfe text on a black background
contrast 9.77:1
Card sample
#eb8dfe text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8dfe;
Background color
Panel with #eb8dfe background
background-color: #eb8dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 141, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 141, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8dfe; background: linear-gradient(135deg, #eb8dfe, #FE8DC6);