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