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