#eb63fc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 99, 252
HSL
293°, 96%, 69%
CMYK
7, 61, 0, 1
Luminance
0.3361
Every format
| HEX | #eb63fc |
| RGB | rgb(235, 99, 252) |
| HSL | hsl(293, 96%, 69%) |
| CMYK | cmyk(7%, 61%, 0%, 1%) |
| LAB | lab(64.7 72.2 -52.5) |
| LCH | lch(64.7 89.3 324.0) |
| OKLCH | oklch(0.726 0.243 323.1) |
Copy-ready code
/* CSS */
color: #eb63fc;
background-color: #eb63fc;
/* Tailwind (arbitrary) */
class="text-[#eb63fc] bg-[#eb63fc]"
/* SCSS */
$brand: #eb63fc;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.988)
/* Android */
Color.parseColor("#eb63fc")Accessibility — WCAG contrast
Aa
#eb63fc on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb63fc on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta60.7%
Yellow0.0%
Key (black)1.2%
Color previews
#eb63fc text on a black background
contrast 7.72:1
Card sample
#eb63fc text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb63fc;
Background color
Panel with #eb63fc background
background-color: #eb63fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb63fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb63fc; background: linear-gradient(135deg, #eb63fc, #FC63A7);