#eb9dfe
a light, electric violet · warm · closest name: violet
RGB
235, 157, 254
HSL
288°, 98%, 81%
CMYK
8, 38, 0, 0
Luminance
0.4893
Every format
| HEX | #eb9dfe |
| RGB | rgb(235, 157, 254) |
| HSL | hsl(288, 98%, 81%) |
| CMYK | cmyk(8%, 38%, 0%, 0%) |
| LAB | lab(75.4 44.7 -36.7) |
| LCH | lch(75.4 57.8 320.6) |
| OKLCH | oklch(0.806 0.155 319.6) |
Copy-ready code
/* CSS */
color: #eb9dfe;
background-color: #eb9dfe;
/* Tailwind (arbitrary) */
class="text-[#eb9dfe] bg-[#eb9dfe]"
/* SCSS */
$brand: #eb9dfe;
/* SwiftUI */
Color(red: 0.922, green: 0.616, blue: 0.996)
/* Android */
Color.parseColor("#eb9dfe")Accessibility — WCAG contrast
Aa
#eb9dfe on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9dfe on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.6%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta38.2%
Yellow0.0%
Key (black)0.4%
Color previews
#eb9dfe text on a black background
contrast 10.79:1
Card sample
#eb9dfe text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9dfe;
Background color
Panel with #eb9dfe background
background-color: #eb9dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 157, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 157, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9dfe; background: linear-gradient(135deg, #eb9dfe, #FE9DD0);