#eb5cfe
a light, electric magenta / pink · warm · closest name: magenta
RGB
235, 92, 254
HSL
293°, 99%, 68%
CMYK
8, 64, 0, 0
Luminance
0.3247
Every format
| HEX | #eb5cfe |
| RGB | rgb(235, 92, 254) |
| HSL | hsl(293, 99%, 68%) |
| CMYK | cmyk(8%, 64%, 0%, 0%) |
| LAB | lab(63.7 75.4 -55.0) |
| LCH | lch(63.7 93.4 323.9) |
| OKLCH | oklch(0.720 0.253 322.8) |
Copy-ready code
/* CSS */
color: #eb5cfe;
background-color: #eb5cfe;
/* Tailwind (arbitrary) */
class="text-[#eb5cfe] bg-[#eb5cfe]"
/* SCSS */
$brand: #eb5cfe;
/* SwiftUI */
Color(red: 0.922, green: 0.361, blue: 0.996)
/* Android */
Color.parseColor("#eb5cfe")Accessibility — WCAG contrast
Aa
#eb5cfe on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5cfe on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.1%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta63.8%
Yellow0.0%
Key (black)0.4%
Color previews
#eb5cfe text on a black background
contrast 7.49:1
Card sample
#eb5cfe text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5cfe;
Background color
Panel with #eb5cfe background
background-color: #eb5cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 92, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 92, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5cfe; background: linear-gradient(135deg, #eb5cfe, #FE5CA5);