#eb62fe
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 98, 254
HSL
293°, 99%, 69%
CMYK
8, 61, 0, 0
Luminance
0.3355
Every format
| HEX | #eb62fe |
| RGB | rgb(235, 98, 254) |
| HSL | hsl(293, 99%, 69%) |
| CMYK | cmyk(8%, 61%, 0%, 0%) |
| LAB | lab(64.6 73.0 -53.6) |
| LCH | lch(64.6 90.6 323.7) |
| OKLCH | oklch(0.726 0.246 322.6) |
Copy-ready code
/* CSS */
color: #eb62fe;
background-color: #eb62fe;
/* Tailwind (arbitrary) */
class="text-[#eb62fe] bg-[#eb62fe]"
/* SCSS */
$brand: #eb62fe;
/* SwiftUI */
Color(red: 0.922, green: 0.384, blue: 0.996)
/* Android */
Color.parseColor("#eb62fe")Accessibility — WCAG contrast
Aa
#eb62fe on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb62fe on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.4%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta61.4%
Yellow0.0%
Key (black)0.4%
Color previews
#eb62fe text on a black background
contrast 7.71:1
Card sample
#eb62fe text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb62fe;
Background color
Panel with #eb62fe background
background-color: #eb62fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb62fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 98, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 98, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb62fe; background: linear-gradient(135deg, #eb62fe, #FE62A9);