#eb80f0
a light, electric magenta / pink · warm · “violet”
RGB
235, 128, 240
HSL
297°, 79%, 72%
CMYK
2, 47, 0, 6
Luminance
0.3939
Every format
| HEX | #eb80f0 |
| RGB | rgb(235, 128, 240) |
| HSL | hsl(297, 79%, 72%) |
| CMYK | cmyk(2%, 47%, 0%, 6%) |
| LAB | lab(69.0 56.9 -39.0) |
| LCH | lch(69.0 68.9 325.6) |
| OKLCH | oklch(0.756 0.189 325.6) |
Copy-ready code
/* CSS */
color: #eb80f0;
background-color: #eb80f0;
/* Tailwind (arbitrary) */
class="text-[#eb80f0] bg-[#eb80f0]"
/* SCSS */
$brand: #eb80f0;
/* SwiftUI */
Color(red: 0.922, green: 0.502, blue: 0.941)
/* Android */
Color.parseColor("#eb80f0")Accessibility — WCAG contrast
Aa
#eb80f0 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb80f0 on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.2%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta46.7%
Yellow0.0%
Key (black)5.9%
Color previews
#eb80f0 text on a black background
contrast 8.88:1
Card sample
#eb80f0 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb80f0;
Background color
Panel with #eb80f0 background
background-color: #eb80f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb80f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 128, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 128, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb80f0; background: linear-gradient(135deg, #eb80f0, #F080AA);