#eb7afe
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 122, 254
HSL
291°, 99%, 74%
CMYK
8, 52, 0, 0
Luminance
0.3874
Every format
| HEX | #eb7afe |
| RGB | rgb(235, 122, 254) |
| HSL | hsl(291, 99%, 74%) |
| CMYK | cmyk(8%, 52%, 0%, 0%) |
| LAB | lab(68.6 62.3 -47.4) |
| LCH | lch(68.6 78.3 322.7) |
| OKLCH | oklch(0.755 0.212 321.7) |
Copy-ready code
/* CSS */
color: #eb7afe;
background-color: #eb7afe;
/* Tailwind (arbitrary) */
class="text-[#eb7afe] bg-[#eb7afe]"
/* SCSS */
$brand: #eb7afe;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.996)
/* Android */
Color.parseColor("#eb7afe")Accessibility — WCAG contrast
Aa
#eb7afe on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7afe on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue99.6%
CMYK percentages
Cyan7.5%
Magenta52.0%
Yellow0.0%
Key (black)0.4%
Color previews
#eb7afe text on a black background
contrast 8.75:1
Card sample
#eb7afe text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7afe;
Background color
Panel with #eb7afe background
background-color: #eb7afe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7afe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7afe; background: linear-gradient(135deg, #eb7afe, #FE7AB9);