#eb65fc
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 101, 252
HSL
293°, 96%, 69%
CMYK
7, 60, 0, 1
Luminance
0.3400
Every format
| HEX | #eb65fc |
| RGB | rgb(235, 101, 252) |
| HSL | hsl(293, 96%, 69%) |
| CMYK | cmyk(7%, 60%, 0%, 1%) |
| LAB | lab(65.0 71.4 -52.0) |
| LCH | lch(65.0 88.3 324.0) |
| OKLCH | oklch(0.728 0.240 323.0) |
Copy-ready code
/* CSS */
color: #eb65fc;
background-color: #eb65fc;
/* Tailwind (arbitrary) */
class="text-[#eb65fc] bg-[#eb65fc]"
/* SCSS */
$brand: #eb65fc;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.988)
/* Android */
Color.parseColor("#eb65fc")Accessibility — WCAG contrast
Aa
#eb65fc on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb65fc on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue98.8%
CMYK percentages
Cyan6.7%
Magenta59.9%
Yellow0.0%
Key (black)1.2%
Color previews
#eb65fc text on a black background
contrast 7.80:1
Card sample
#eb65fc text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb65fc;
Background color
Panel with #eb65fc background
background-color: #eb65fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb65fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb65fc; background: linear-gradient(135deg, #eb65fc, #FC65A8);