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