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