#eb82f0
a light, electric magenta / pink · warm · “violet”
RGB
235, 130, 240
HSL
297°, 79%, 73%
CMYK
2, 46, 0, 6
Luminance
0.3992
Every format
| HEX | #eb82f0 |
| RGB | rgb(235, 130, 240) |
| HSL | hsl(297, 79%, 73%) |
| CMYK | cmyk(2%, 46%, 0%, 6%) |
| LAB | lab(69.4 55.9 -38.4) |
| LCH | lch(69.4 67.8 325.5) |
| OKLCH | oklch(0.759 0.186 325.5) |
Copy-ready code
/* CSS */
color: #eb82f0;
background-color: #eb82f0;
/* Tailwind (arbitrary) */
class="text-[#eb82f0] bg-[#eb82f0]"
/* SCSS */
$brand: #eb82f0;
/* SwiftUI */
Color(red: 0.922, green: 0.510, blue: 0.941)
/* Android */
Color.parseColor("#eb82f0")Accessibility — WCAG contrast
Aa
#eb82f0 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb82f0 on black: 8.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.0%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta45.8%
Yellow0.0%
Key (black)5.9%
Color previews
#eb82f0 text on a black background
contrast 8.98:1
Card sample
#eb82f0 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb82f0;
Background color
Panel with #eb82f0 background
background-color: #eb82f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb82f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 130, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 130, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb82f0; background: linear-gradient(135deg, #eb82f0, #F082AB);