#eb7afd
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 122, 253
HSL
292°, 97%, 74%
CMYK
7, 52, 0, 1
Luminance
0.3867
Every format
| HEX | #eb7afd |
| RGB | rgb(235, 122, 253) |
| HSL | hsl(292, 97%, 74%) |
| CMYK | cmyk(7%, 52%, 0%, 1%) |
| LAB | lab(68.5 62.1 -46.9) |
| LCH | lch(68.5 77.8 322.9) |
| OKLCH | oklch(0.754 0.211 322.0) |
Copy-ready code
/* CSS */
color: #eb7afd;
background-color: #eb7afd;
/* Tailwind (arbitrary) */
class="text-[#eb7afd] bg-[#eb7afd]"
/* SCSS */
$brand: #eb7afd;
/* SwiftUI */
Color(red: 0.922, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#eb7afd")Accessibility — WCAG contrast
Aa
#eb7afd on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7afd on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.8%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#eb7afd text on a black background
contrast 8.73:1
Card sample
#eb7afd text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7afd;
Background color
Panel with #eb7afd background
background-color: #eb7afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7afd; background: linear-gradient(135deg, #eb7afd, #FD7AB7);