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