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