#eb61fc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 97, 252
HSL
293°, 96%, 68%
CMYK
7, 62, 0, 1
Luminance
0.3324
Every format
| HEX | #eb61fc |
| RGB | rgb(235, 97, 252) |
| HSL | hsl(293, 96%, 68%) |
| CMYK | cmyk(7%, 62%, 0%, 1%) |
| LAB | lab(64.4 73.1 -52.9) |
| LCH | lch(64.4 90.2 324.1) |
| OKLCH | oklch(0.724 0.245 323.2) |
Copy-ready code
/* CSS */
color: #eb61fc;
background-color: #eb61fc;
/* Tailwind (arbitrary) */
class="text-[#eb61fc] bg-[#eb61fc]"
/* SCSS */
$brand: #eb61fc;
/* SwiftUI */
Color(red: 0.922, green: 0.380, blue: 0.988)
/* Android */
Color.parseColor("#eb61fc")Accessibility — WCAG contrast
Aa
#eb61fc on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb61fc on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.0%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta61.5%
Yellow0.0%
Key (black)1.2%
Color previews
#eb61fc text on a black background
contrast 7.65:1
Card sample
#eb61fc text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb61fc;
Background color
Panel with #eb61fc background
background-color: #eb61fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb61fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 97, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 97, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb61fc; background: linear-gradient(135deg, #eb61fc, #FC61A6);