#eb84e8
a light, vivid magenta / pink · warm · closest name: violet
RGB
235, 132, 232
HSL
302°, 72%, 72%
CMYK
0, 44, 1, 8
Luminance
0.3999
Every format
| HEX | #eb84e8 |
| RGB | rgb(235, 132, 232) |
| HSL | hsl(302, 72%, 72%) |
| CMYK | cmyk(0%, 44%, 1%, 8%) |
| LAB | lab(69.5 53.5 -33.9) |
| LCH | lch(69.5 63.3 327.6) |
| OKLCH | oklch(0.759 0.176 328.2) |
Copy-ready code
/* CSS */
color: #eb84e8;
background-color: #eb84e8;
/* Tailwind (arbitrary) */
class="text-[#eb84e8] bg-[#eb84e8]"
/* SCSS */
$brand: #eb84e8;
/* SwiftUI */
Color(red: 0.922, green: 0.518, blue: 0.910)
/* Android */
Color.parseColor("#eb84e8")Accessibility — WCAG contrast
Aa
#eb84e8 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb84e8 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.8%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow1.3%
Key (black)7.8%
Color previews
#eb84e8 text on a black background
contrast 9.00:1
Card sample
#eb84e8 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb84e8;
Background color
Panel with #eb84e8 background
background-color: #eb84e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb84e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 132, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 132, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb84e8; background: linear-gradient(135deg, #eb84e8, #EB84A4);