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