#eb61eb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 97, 235
HSL
300°, 78%, 65%
CMYK
0, 59, 0, 8
Luminance
0.3221
Every format
| HEX | #eb61eb |
| RGB | rgb(235, 97, 235) |
| HSL | hsl(300, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 0%, 8%) |
| LAB | lab(63.5 70.2 -44.9) |
| LCH | lch(63.5 83.3 327.4) |
| OKLCH | oklch(0.715 0.231 327.7) |
Copy-ready code
/* CSS */
color: #eb61eb;
background-color: #eb61eb;
/* Tailwind (arbitrary) */
class="text-[#eb61eb] bg-[#eb61eb]"
/* SCSS */
$brand: #eb61eb;
/* SwiftUI */
Color(red: 0.922, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#eb61eb")Accessibility — WCAG contrast
Aa
#eb61eb on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb61eb on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#eb61eb text on a black background
contrast 7.44:1
Card sample
#eb61eb text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb61eb;
Background color
Panel with #eb61eb background
background-color: #eb61eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb61eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb61eb; background: linear-gradient(135deg, #eb61eb, #EB618F);