#eb68fc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 104, 252
HSL
293°, 96%, 70%
CMYK
7, 59, 0, 1
Luminance
0.3459
Every format
| HEX | #eb68fc |
| RGB | rgb(235, 104, 252) |
| HSL | hsl(293, 96%, 70%) |
| CMYK | cmyk(7%, 59%, 0%, 1%) |
| LAB | lab(65.4 70.1 -51.2) |
| LCH | lch(65.4 86.8 323.8) |
| OKLCH | oklch(0.732 0.236 322.9) |
Copy-ready code
/* CSS */
color: #eb68fc;
background-color: #eb68fc;
/* Tailwind (arbitrary) */
class="text-[#eb68fc] bg-[#eb68fc]"
/* SCSS */
$brand: #eb68fc;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.988)
/* Android */
Color.parseColor("#eb68fc")Accessibility — WCAG contrast
Aa
#eb68fc on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb68fc on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta58.7%
Yellow0.0%
Key (black)1.2%
Color previews
#eb68fc text on a black background
contrast 7.92:1
Card sample
#eb68fc text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb68fc;
Background color
Panel with #eb68fc background
background-color: #eb68fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb68fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb68fc; background: linear-gradient(135deg, #eb68fc, #FC68AA);