#eb68eb
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 104, 235
HSL
300°, 77%, 67%
CMYK
0, 56, 0, 8
Luminance
0.3356
Every format
| HEX | #eb68eb |
| RGB | rgb(235, 104, 235) |
| HSL | hsl(300, 77%, 67%) |
| CMYK | cmyk(0%, 56%, 0%, 8%) |
| LAB | lab(64.6 67.2 -43.1) |
| LCH | lch(64.6 79.8 327.3) |
| OKLCH | oklch(0.723 0.221 327.6) |
Copy-ready code
/* CSS */
color: #eb68eb;
background-color: #eb68eb;
/* Tailwind (arbitrary) */
class="text-[#eb68eb] bg-[#eb68eb]"
/* SCSS */
$brand: #eb68eb;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#eb68eb")Accessibility — WCAG contrast
Aa
#eb68eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb68eb on black: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#eb68eb text on a black background
contrast 7.71:1
Card sample
#eb68eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb68eb;
Background color
Panel with #eb68eb background
background-color: #eb68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb68eb; background: linear-gradient(135deg, #eb68eb, #EB6894);