#eb92fd
a light, electric violet · warm · closest name: violet
RGB
235, 146, 253
HSL
290°, 96%, 78%
CMYK
7, 42, 0, 1
Luminance
0.4531
Every format
| HEX | #eb92fd |
| RGB | rgb(235, 146, 253) |
| HSL | hsl(290, 96%, 78%) |
| CMYK | cmyk(7%, 42%, 0%, 1%) |
| LAB | lab(73.1 50.2 -39.7) |
| LCH | lch(73.1 64.0 321.6) |
| OKLCH | oklch(0.789 0.173 320.7) |
Copy-ready code
/* CSS */
color: #eb92fd;
background-color: #eb92fd;
/* Tailwind (arbitrary) */
class="text-[#eb92fd] bg-[#eb92fd]"
/* SCSS */
$brand: #eb92fd;
/* SwiftUI */
Color(red: 0.922, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#eb92fd")Accessibility — WCAG contrast
Aa
#eb92fd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb92fd on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.3%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#eb92fd text on a black background
contrast 10.06:1
Card sample
#eb92fd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb92fd;
Background color
Panel with #eb92fd background
background-color: #eb92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb92fd; background: linear-gradient(135deg, #eb92fd, #FD92C8);