#eb68fe
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 104, 254
HSL
292°, 99%, 70%
CMYK
8, 59, 0, 0
Luminance
0.3472
Every format
| HEX | #eb68fe |
| RGB | rgb(235, 104, 254) |
| HSL | hsl(292, 99%, 70%) |
| CMYK | cmyk(8%, 59%, 0%, 0%) |
| LAB | lab(65.5 70.5 -52.2) |
| LCH | lch(65.5 87.7 323.5) |
| OKLCH | oklch(0.733 0.238 322.4) |
Copy-ready code
/* CSS */
color: #eb68fe;
background-color: #eb68fe;
/* Tailwind (arbitrary) */
class="text-[#eb68fe] bg-[#eb68fe]"
/* SCSS */
$brand: #eb68fe;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.996)
/* Android */
Color.parseColor("#eb68fe")Accessibility — WCAG contrast
Aa
#eb68fe on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb68fe on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta59.1%
Yellow0.0%
Key (black)0.4%
Color previews
#eb68fe text on a black background
contrast 7.94:1
Card sample
#eb68fe text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb68fe;
Background color
Panel with #eb68fe background
background-color: #eb68fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb68fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb68fe; background: linear-gradient(135deg, #eb68fe, #FE68AD);