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