#eb63eb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 99, 235
HSL
300°, 77%, 66%
CMYK
0, 58, 0, 8
Luminance
0.3258
Every format
| HEX | #eb63eb |
| RGB | rgb(235, 99, 235) |
| HSL | hsl(300, 77%, 66%) |
| CMYK | cmyk(0%, 58%, 0%, 8%) |
| LAB | lab(63.8 69.3 -44.4) |
| LCH | lch(63.8 82.3 327.4) |
| OKLCH | oklch(0.717 0.229 327.6) |
Copy-ready code
/* CSS */
color: #eb63eb;
background-color: #eb63eb;
/* Tailwind (arbitrary) */
class="text-[#eb63eb] bg-[#eb63eb]"
/* SCSS */
$brand: #eb63eb;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.922)
/* Android */
Color.parseColor("#eb63eb")Accessibility — WCAG contrast
Aa
#eb63eb on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb63eb on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow0.0%
Key (black)7.8%
Color previews
#eb63eb text on a black background
contrast 7.52:1
Card sample
#eb63eb text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb63eb;
Background color
Panel with #eb63eb background
background-color: #eb63eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb63eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb63eb; background: linear-gradient(135deg, #eb63eb, #EB6390);