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