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