#eb8afd
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 138, 253
HSL
291°, 97%, 77%
CMYK
7, 46, 0, 1
Luminance
0.4293
Every format
| HEX | #eb8afd |
| RGB | rgb(235, 138, 253) |
| HSL | hsl(291, 97%, 77%) |
| CMYK | cmyk(7%, 46%, 0%, 1%) |
| LAB | lab(71.5 54.3 -42.2) |
| LCH | lch(71.5 68.8 322.1) |
| OKLCH | oklch(0.777 0.186 321.2) |
Copy-ready code
/* CSS */
color: #eb8afd;
background-color: #eb8afd;
/* Tailwind (arbitrary) */
class="text-[#eb8afd] bg-[#eb8afd]"
/* SCSS */
$brand: #eb8afd;
/* SwiftUI */
Color(red: 0.922, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#eb8afd")Accessibility — WCAG contrast
Aa
#eb8afd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8afd on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green54.1%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#eb8afd text on a black background
contrast 9.59:1
Card sample
#eb8afd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8afd;
Background color
Panel with #eb8afd background
background-color: #eb8afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8afd; background: linear-gradient(135deg, #eb8afd, #FD8AC2);