#eb93fe
a light, electric violet · warm · closest name: violet
RGB
235, 147, 254
HSL
289°, 98%, 79%
CMYK
8, 42, 0, 0
Luminance
0.4569
Every format
| HEX | #eb93fe |
| RGB | rgb(235, 147, 254) |
| HSL | hsl(289, 98%, 79%) |
| CMYK | cmyk(8%, 42%, 0%, 0%) |
| LAB | lab(73.3 49.9 -39.9) |
| LCH | lch(73.3 63.9 321.4) |
| OKLCH | oklch(0.790 0.172 320.3) |
Copy-ready code
/* CSS */
color: #eb93fe;
background-color: #eb93fe;
/* Tailwind (arbitrary) */
class="text-[#eb93fe] bg-[#eb93fe]"
/* SCSS */
$brand: #eb93fe;
/* SwiftUI */
Color(red: 0.922, green: 0.576, blue: 0.996)
/* Android */
Color.parseColor("#eb93fe")Accessibility — WCAG contrast
Aa
#eb93fe on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb93fe on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.6%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta42.1%
Yellow0.0%
Key (black)0.4%
Color previews
#eb93fe text on a black background
contrast 10.14:1
Card sample
#eb93fe text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb93fe;
Background color
Panel with #eb93fe background
background-color: #eb93fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb93fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 147, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 147, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb93fe; background: linear-gradient(135deg, #eb93fe, #FE93CA);