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