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