#eb81fd
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 129, 253
HSL
291°, 97%, 75%
CMYK
7, 49, 0, 1
Luminance
0.4045
Every format
| HEX | #eb81fd |
| RGB | rgb(235, 129, 253) |
| HSL | hsl(291, 97%, 75%) |
| CMYK | cmyk(7%, 49%, 0%, 1%) |
| LAB | lab(69.8 58.7 -44.9) |
| LCH | lch(69.8 73.9 322.6) |
| OKLCH | oklch(0.764 0.200 321.6) |
Copy-ready code
/* CSS */
color: #eb81fd;
background-color: #eb81fd;
/* Tailwind (arbitrary) */
class="text-[#eb81fd] bg-[#eb81fd]"
/* SCSS */
$brand: #eb81fd;
/* SwiftUI */
Color(red: 0.922, green: 0.506, blue: 0.992)
/* Android */
Color.parseColor("#eb81fd")Accessibility — WCAG contrast
Aa
#eb81fd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb81fd on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.6%
Blue99.2%
CMYK percentages
Cyan7.1%
Magenta49.0%
Yellow0.0%
Key (black)0.8%
Color previews
#eb81fd text on a black background
contrast 9.09:1
Card sample
#eb81fd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb81fd;
Background color
Panel with #eb81fd background
background-color: #eb81fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb81fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 129, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 129, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb81fd; background: linear-gradient(135deg, #eb81fd, #FD81BC);